KAME project

CVS log for kame/TODO.2292bis

Up to kame/
Request diff between arbitrary revisions
No default branch

1.37 Fri Dec 21 8:51:58 2001 UTC by jinmei
CVS Tags: HEAD
Diffs to 1.36
IPV6_NEXTHOP can now be used as a sticky option.

1.36 Fri Dec 21 4:36:15 2001 UTC by jinmei
Diffs to 1.35
- IPV6_PATHMTU		done/20011221	jinmei

1.35 Thu Dec 20 14:01:54 2001 UTC by jinmei
Diffs to 1.34
- IPV6_DONTFRAG		done/20011220	jinmei

1.34 Thu Dec 20 11:51:48 2001 UTC by jinmei
Diffs to 1.33
new socket opts; IPV6_DONTFRAG and IPV6_PATHMTU

1.33 Thu Dec 20 11:47:04 2001 UTC by jinmei
Diffs to 1.32
updated the security issue of IPV6_REACHCONF.

1.32 Thu Dec 20 11:46:10 2001 UTC by jinmei
Diffs to 1.31
Function		Status		Date		Commiter
- rresvport_af()	done		?		?

1.31 Sat Nov 25 12:10:16 2000 UTC by jinmei
Diffs to 1.30
adjusted a remark symbol

1.30 Sat Nov 25 12:09:14 2000 UTC by jinmei
Diffs to 1.29
IPV6_RECVPATHMTU seems OK for all *BSD

1.29 Sat Nov 18 11:29:48 2000 UTC by jinmei
Diffs to 1.28
- IPV6_RECVPATHMTU	done/20001115	jinmei	***
(***) transport layer support has been done for bsdi4 only at this moment.
      code was provided for other OSes as well, but not compiled yet.

1.28 Wed Nov 15 4:46:45 2000 UTC by jinmei
Diffs to 1.27
- IPV6_RECVPATHMTU	done/20001115	jinmei	***
(***) transport layer support has been done for bsdi4 only at this moment.

1.27 Wed Jul 26 8:07:08 2000 UTC by itojun
Diffs to 1.26
$KAME$

1.26 Tue Jun 13 3:09:25 2000 UTC by jinmei
CVS Tags: stable_200006
Diffs to 1.25
pim6dd also seems OK.

1.25 Tue Jun 13 3:08:44 2000 UTC by jinmei
Diffs to 1.24
bgpd has already been able to go with 2292bis (since 20000225)

1.24 Fri Apr 14 13:50:43 2000 UTC by itojun
CVS Tags: stable_200004
Diffs to 1.23
security risk with IPV6_REACHCONF (will move tag)

1.23 Wed Apr 5 12:26:36 2000 UTC by itojun
Diffs to 1.22
clarify USE_MIN_MTU

1.22 Tue Apr 4 14:46:02 2000 UTC by itojun
Diffs to 1.21
mark IPV6_USE_MIN_MTU as done

1.21 Tue Apr 4 11:18:55 2000 UTC by itojun
Diffs to 1.20
IPV6_USE_MIN_MTU is now available for all platforms.

1.20 Tue Apr 4 8:50:22 2000 UTC by itojun
Diffs to 1.19
IPV6_USE_MIN_MTU.

1.19 Mon Jan 31 2:32:22 2000 UTC by jinmei
CVS Tags: stable_200001
Diffs to 1.18
typo fix.

1.18 Thu Jan 27 11:35:06 2000 UTC by jinmei
Diffs to 1.17
pim6sd worked.
bgpd almost worked but there's a bug in tcp input (will soon be fixed).

1.17 Tue Jan 25 8:23:35 2000 UTC by itojun
Diffs to 1.16
rcmd_af() is done.

1.16 Wed Jan 5 5:46:29 2000 UTC by jinmei
Diffs to 1.15
removed rresvport_af() from the TODO items, since it is defined in RFC2292
and is already implemented.

1.15 Tue Jan 4 17:36:16 2000 UTC by jinmei
Diffs to 1.14
- bgpd		implemented	20000105	jinmei

1.14 Tue Jan 4 17:22:34 2000 UTC by jinmei
Diffs to 1.13
- pim6dd	implemented	20000105	jinmei
- pim6sd	implemented	20000105	jinmei

1.13 Tue Jan 4 16:24:49 2000 UTC by jinmei
Diffs to 1.12
- hroute6d	done		19991221	jinmei
- racoon	done		19991221	jinmei
(nothing to be done in the sending part)

1.12 Tue Jan 4 16:22:23 2000 UTC by jinmei
Diffs to 1.11
- route6d	done		19991221	jinmei
(nothing to be done in the sending part)

1.11 Tue Jan 4 16:21:24 2000 UTC by jinmei
Diffs to 1.10
- rtadvd	done		19991221	jinmei
(nothing to be done in the sending part)

1.10 Tue Jan 4 16:19:31 2000 UTC by jinmei
Diffs to 1.9
- rtsol[d]	done		19991221	jinmei
(nothing to be done in the sending part)

1.9 Tue Jan 4 16:16:05 2000 UTC by jinmei
Diffs to 1.8
- traceroute6	done		20000105	jinmei

1.8 Tue Jan 4 14:18:48 2000 UTC by jinmei
Diffs to 1.7
- inet6_rth_reverse()	worked		20000104	jinmei

1.7 Tue Jan 4 12:00:22 2000 UTC by jinmei
Diffs to 1.6
added rresvport_af() to the todo list.

1.6 Tue Jan 4 11:34:59 2000 UTC by jinmei
Diffs to 1.5
status update.
- IPV6_RTHDRDSTOPTS	done/20000102	jinmei
- IPV6_PKTINFO		done/20000102	jinmei
- IPV6_HOPLIMIT		done/20000102	jinmei
- IPV6_RTHDR		done/20000102	jinmei
- IPV6_HOPOPTS		done/20000102	jinmei
- IPV6_DSTOPTS		done/20000102	jinmei
- inet6_opt_init()	worked		20000102	jinmei
- inet6_opt_append()	worked		20000102	jinmei
- inet6_opt_finish()	worked		20000102	jinmei
- inet6_opt_set_val()	worked		20000102	jinmei
- inet6_rth_add()	worked		20000102	jinmei
- inet6_rth_init()	worked		20000102	jinmei
- inet6_rth_reverse()	implemented	20000102	jinmei
- inet6_rth_space()	worked		20000102	jinmei
- mld6query	done		20000104	jinmei
- ping6		done		20000102	jinmei

1.5 Thu Dec 23 17:19:46 1999 UTC by itojun
Diffs to 1.4
* implement 2292bis IPV6_REACHCONF (trivial).

1.4 Wed Dec 22 16:49:04 1999 UTC by jinmei
Diffs to 1.3
- inet6_rth_getaddr()	worked		19991223	jinmei
- inet6_rth_segments()	worked		19991223	jinmei

1.3 Wed Dec 22 15:55:42 1999 UTC by jinmei
Diffs to 1.2
- inet6_opt_get_val()	worked		19991223	jinmei
- inet6_opt_find()	implemented	19991223	jinmei
- inet6_opt_next()	worked		19991223	jinmei

1.2 Tue Dec 21 12:38:07 1999 UTC by jinmei
Diffs to 1.1
status update.

1.1 Thu Dec 16 5:15:38 1999 UTC by jinmei
added to make TODO items clear to implement 2292bis.
(add/correct the list, please)

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Unidiff
Context diff
Side-by-Side

You may select to see revision information from only a single branch.

Branch:

www@kame.net