summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ipv6_output.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-2107/+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).
* Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.cmetz1999-03-241-8/+8
| | | | 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-6/+12
| | | | be mutually exclusive with the IPSEC option.
* Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz1999-02-241-17/+40
| | | | tree so we can have a unified netinet6 directory.
* first few files of NRL ipv6. This NRL release was officially exportedderaadt1999-01-061-0/+2078
to me by US DOD officials, with the crypto already removed.