summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_ifattach.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun2002-06-081-1/+2
| | | | | | | behavior changes: - two iocts used by ndp(8) are now obsolete (backward compat provided). use sysctl path instead. - lo0 does not get ::1 automatically. it will get ::1 when lo0 comes up.
* First round of __P removal in sysmillert2002-03-141-3/+3
|
* revisit in6_ifattach(). (1) make it more persistent about initializaing anitojun2000-04-171-14/+5
| | | | | | | interface (2) cleanup interface id selection. run NUD on p2p interface (required by spec for bidir p2p interface). add "ndp -i interface" (can tweak per-interface ND flag). (sync with more recent kame)
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+50
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).