summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_forward.c
AgeCommit message (Expand)Author
2003-10-29Do a jump optimization that eliminates some uninitialized variable warnings.mycroft
2003-10-03shouldn't check scope match when encapsulating packet into tunnel mode.itojun
2003-10-02do not deref state.ro if it is NULLitojun
2003-10-02correctly look at outer IPv6 header when forwarding packet into ipsec tunnel.itojun
2003-08-07make net.inet6.ip6.redirect actually work. from Tomoyuki Sahara via kameitojun
2003-07-03minor KNFitojun
2003-06-30KNFitojun
2003-06-24use time.tv_sec directlyitojun
2002-09-11avoid from applying IPsec transport mode to the packets when the kernelitojun
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-06-07typoitojun
2002-06-07'fall through' is not a valid LINT keyword.itojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2001-12-18reduce white space/cosmetic diffs w/kame.itojun
2001-11-13add RCSIDslukem
2001-10-24more whitespace sync with kameitojun
2001-10-17unifdef OLDIP6OUTPUTitojun
2001-07-18sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavioritojun
2001-06-22do not forward packet back to point-to-point interface, if the packetitojun
2001-06-12senderr needs only be declared when PFIL_HOOKS is definedmatt
2001-06-12run pfil_hooks for IPv6 forwarding path (note: ip6_forward() does notitojun
2001-03-30enable FAKE_LOOPBACK_IF case by default.itojun
2001-02-10to sync with kame better, (1) remove register declaration for variables,itojun
2000-09-22on ipsec policy lookup, do not try to lookup port numbers for forwarded packet.itojun
2000-07-27do not forward packet with :: in the source.itojun
2000-07-16s/IPSEC_IPV6FWD/IPSEC/. this should correct strange behavior on ipv6itojun
2000-07-06remove unnecessary #include <netkey/key_debug.h>. from kame.itojun
2000-06-30suppress too noisy warning on forward-over-loopback case. from kameitojun
2000-06-03sync with kame.itojun
2000-05-19correct manipulation of link-local scoped address on loopback.itojun
2000-05-19do not mistakingly forward link-local scoped packet (the bug was addeditojun
2000-02-26bring in recent KAME changes (only important and stable ones, as usual).itojun
2000-02-06fix include pathname for better rfc2292 compliance.itojun
2000-01-31bring in latest KAME ipsec tree.itojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun