Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync with RFC2292 variable member defs, not NRL defs | 2003-05-26 | 1 | -3/+4 | |
| | |||||
* | repair copyright notices for NRL & cmetz; cmetz | 2001-06-05 | 1 | -10/+39 | |
| | |||||
* | bring in recent KAME changes (only important and stable ones, as usual). | 2000-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | - remove net.inet6.ip6.nd6_proxyall. introduce proxy NDP code works just like "arp -s". - revise source address selection. be more careful about use of yet-to-be-valid addresses as source. - as router, transmit ICMP6_DST_UNREACH_BEYONDSCOPE against out-of-scope packet forwarding attempt. - path MTU discovery takes care of routing header properly. - be more strict about mbuf chain parsing. - nuke xxCTL_VARS #define, they are for BSDI. - disable SIOCSIFDSTADDR_IN6/SIOCSIFNETMASK_IN6 ioctl, they do not fit IPv6 model where multiple address on interface is normal. (kernel side supports them for a while for backward compat, the support will be nuked shortly) - introduce "default outgoing interface" (for spec conformance in very rare case) | ||||
* | fix include file path related to ip6. | 2000-02-07 | 1 | -2/+2 | |
| | |||||
* | Add RCS tags, remove unused header files and code, remove a few | 1999-12-10 | 1 | -0/+2 | |
| | | | | unnecessary ifdefs... | ||||
* | bring in KAME IPv6 code, dated 19991208. | 1999-12-08 | 1 | -2/+2 | |
| | | | | | | | | | 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). | ||||
* | indent | 1999-01-10 | 1 | -2/+2 | |
| | |||||
* | first few files of NRL ipv6. This NRL release was officially exported | 1999-01-06 | 1 | -0/+36 | |
to me by US DOD officials, with the crypto already removed. |