NetBSD/sys/netinet6
itojun ecb5f2e56a revisit in6_ifattach().
- be persistent on initializing interfaces, even if there's manually-
  assigned linklocal, multicast/whatever initialization is necessary.
- do not cache mac addr in the kernel.  grab mac addr from existing cards
  (this is important when you swap ethernet cards back and forth)
now ppp6 works just fine!

call in6_ifattach() on ATM PVC interface to assign link-local, using
hardware MAC address as seed.

(the change is in sync with kame tree).
2000-04-12 10:36:38 +00:00
..
IMPLEMENTATION
Makefile
TODO
ah.h
ah_core.c
ah_input.c Oops; fix thinko. 2000-03-26 19:11:04 +00:00
ah_output.c
dest6.c
esp.h
frag6.c
icmp6.c
icmp6.h
in6.c revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
in6.h
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
in6_ifattach.h revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
in6_pcb.c
in6_pcb.h
in6_prefix.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
in6_prefix.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
in6_proto.c
in6_var.h move ia6->ia6_dad_ch to dp->dad_timer_ch, to ease KAME code sharing. 2000-03-24 04:09:04 +00:00
ip6.h
ip6_forward.c
ip6_input.c revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
ip6_mroute.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
ip6_mroute.h
ip6_output.c Remove duplicate declaration of ifindex2ifnet - it's in <net/if.h>. 2000-03-29 03:38:53 +00:00
ip6_var.h
ip6protosw.h
ipcomp.h
ipcomp_core.c
ipcomp_input.c
ipcomp_output.c
ipsec.c
ipsec.h
mld6.c
mld6_var.h
nd6.c revisit in6_ifattach(). 2000-04-12 10:36:38 +00:00
nd6.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
nd6_nbr.c move ia6->ia6_dad_ch to dp->dad_timer_ch, to ease KAME code sharing. 2000-03-24 04:09:04 +00:00
nd6_rtr.c
pim6.h
pim6_var.h
raw_ip6.c
route6.c
udp6.h
udp6_usrreq.c
udp6_var.h