summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_prefix.c
AgeCommit message (Collapse)Author
2000-06-07fix anycast address determination.Jun-ichiro itojun Hagino
correct interface address addition when link-local is added (check if ifp matches). make diff to kame repository easier (breaks some KNF) sync with kame.
2000-02-09properly refcnt ifaddrs.Jun-ichiro itojun Hagino
2000-02-07remove prefix information in the kernel when all matching in6_ifaddr are gone.Jun-ichiro itojun Hagino
fix include file path.
2000-02-04more coverage of in6_ifdetach()'s cleanup process.Jun-ichiro itojun Hagino
bug fix in SIOCGIFADDR_IN6 (point to point case).
1999-12-10Remove remaining unnecessary ifdefs (itojun will hate me for this :-)Angelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
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).