NetBSD/sys/netinet6
itojun 6b9bfc0691 - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.
This situation happens on severe memory shortage.  We may need more
  improvements here and there.
- Grab IEEE802 address from IFT_ETHER card, even if the card is
  inserted after bootup time.  Is there any other card that can be
  inserted afterwards?  pcmcia fddi card? :-P
- RFC2373 u bit handling suggests that we SHOULD NOT copy interface id from
  ethernet card to pseudo interface, when ethernet card has IEEE802/EUI64
  with u bit != 0 (this means that IEEE802/EUI64 is not universally unique).
  Do not use such address as, for example, interface id for gif interface.
  (I have such an ethernet card myself)
  This may change interface id for your gif interface.  be careful upgrading
  rc files.

(sync with recent KAME)
1999-09-13 12:15:54 +00:00
..
IMPLEMENTATION RCS ID police. 1999-07-03 21:24:45 +00:00
Makefile remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
TODO typo fix (from koji@dti.ad.jp). 1999-08-14 19:17:19 +00:00
ah.h sync with recent KAME. 1999-07-31 18:41:15 +00:00
ah_core.c sync with kame; typo in comment. 1999-08-26 11:11:51 +00:00
ah_input.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
ah_output.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
dest6.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
esp.h sync with recent KAME. 1999-07-31 18:41:15 +00:00
frag6.c fix IPv6 fragment ID initialization - random() does not return 1999-08-26 11:10:49 +00:00
icmp6.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
icmp6.h sync with recent KAME. 1999-07-31 18:41:15 +00:00
in6.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
in6.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
in6_cksum.c fix compilation/runtime problem on alpha. 1999-07-11 17:45:11 +00:00
in6_gif.c do not capture packets by gif, when gif interface is down. 1999-08-20 10:07:40 +00:00
in6_gif.h RCS ID police. 1999-07-03 21:24:45 +00:00
in6_ifattach.c - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. 1999-09-13 12:15:54 +00:00
in6_ifattach.h RCS ID police. 1999-07-03 21:24:45 +00:00
in6_pcb.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
in6_pcb.h change unnecessary u_long/long into u_int32_t or something relevant. 1999-07-22 03:59:42 +00:00
in6_prefix.c RCS ID police. 1999-07-03 21:24:45 +00:00
in6_proto.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
in6_var.h change unnecessary u_long/long into u_int32_t or something relevant. 1999-07-22 03:59:42 +00:00
ip6.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
ip6_forward.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
ip6_input.c remove invalid initialization if in6_iflladdr. 1999-08-07 12:33:04 +00:00
ip6_mroute.c avoid u_long and hardcoded numbers. 1999-07-22 15:46:13 +00:00
ip6_mroute.h RCS ID police. 1999-07-03 21:24:45 +00:00
ip6_output.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
ip6_var.h change unnecessary u_long/long into u_int32_t or something relevant. 1999-07-22 03:59:42 +00:00
ip6protosw.h RCS ID police. 1999-07-03 21:24:45 +00:00
ipcomp.h sync with recent KAME. 1999-07-31 18:41:15 +00:00
ipcomp_core.c RCS ID police. 1999-07-03 21:24:45 +00:00
ipcomp_input.c remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
ipcomp_output.c fix ipcomp behavior against -R to meet documentation. 1999-09-10 02:05:24 +00:00
ipsec.c sync with recent kame: fix source address selection on IPv6 tunnel ipsec. 1999-08-25 12:56:38 +00:00
ipsec.h sync with recent KAME. 1999-07-31 18:41:15 +00:00
mld6.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
mld6_var.h RCS ID police. 1999-07-03 21:24:45 +00:00
nd6.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
nd6.h sync with recent KAME. 1999-07-31 18:41:15 +00:00
nd6_nbr.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
nd6_rtr.c sync with recent KAME. 1999-07-31 18:41:15 +00:00
pim6.h RCS ID police. 1999-07-03 21:24:45 +00:00
pim6_var.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
raw_ip6.c - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. 1999-09-13 12:15:54 +00:00
route6.c RCS ID police. 1999-07-03 21:24:45 +00:00
udp6.h RCS ID police. 1999-07-03 21:24:45 +00:00
udp6_usrreq.c - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. 1999-09-13 12:15:54 +00:00
udp6_var.h RCS ID police. 1999-07-03 21:24:45 +00:00