summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ipv6_rtrequest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1017/+0
| | | | | | | | | 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).
* silence -Wallbrad1999-09-071-1/+2
|
* Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.cmetz1999-03-241-4/+4
| | | | convention that is more common and more specific as to the access size)
* Demangled the INET6 stuff so as not to require any extra options and not tocmetz1999-03-091-4/+7
| | | | be mutually exclusive with the IPSEC option.
* Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz1999-02-241-5/+13
| | | | tree so we can have a unified netinet6 directory.
* panic prints a newline for you, don't do it in the panic stringmillert1999-01-111-1/+1
|
* first few files of NRL ipv6. This NRL release was officially exportedderaadt1999-01-061-0/+1005
to me by US DOD officials, with the crypto already removed.