summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/route6.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-6/+11
| | | | | | | | | | | - routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok
* make PULLDOWN_TEST codepath the default (has been default for a long time).itojun2003-05-141-16/+1
| | | | markus ok
* KNF - return is not a function. sync w/kameitojun2002-09-111-10/+10
|
* typoitojun2002-06-081-2/+2
|
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* sync whitespace/comment with kame. to help merge tasksitojun2001-02-161-23/+37
|
* kill register declarations. to sync with kame better.itojun2001-02-161-4/+4
|
* fix typo in routing header address validation. from francis dupontitojun2000-10-021-5/+21
|
* fix include file path related to ip6.itojun2000-02-071-2/+2
|
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+172
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).