aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_forward.c
Commit message (Collapse)AuthorAgeFilesLines
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+9
| | | | | | | | | | | | | | | configuration stuff as well as conditional code in the IPv4 and IPv6 areas. Everything is conditional on FAST_IPSEC which is mutually exclusive with IPSEC (KAME IPsec implmentation). As noted previously, don't use FAST_IPSEC with INET6 at the moment. Reviewed by: KAME, rwatson Approved by: silence Supported by: Vernier Networks Notes: svn path=/head/; revision=105199
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-4/+3
| | | | | | | | | | (based on freebsd4-snap-20020128) Reviewed by: ume MFC after: 1 week Notes: svn path=/head/; revision=95023
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-191-3/+0
| | | | Notes: svn path=/head/; revision=92716
* Back out cometic changes. This is for easily syncing with KAME in other BSDs.Munechika SUMIKAWA2001-12-171-5/+5
| | | | Notes: svn path=/head/; revision=88069
* catch forwarded ipv6 packets with pfil_hooks for outbound things tooDarren Reed2001-10-151-0/+34
| | | | Notes: svn path=/head/; revision=84994
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-37/+54
| | | | | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks Notes: svn path=/head/; revision=78064
* Make ip6fw as loadable module.Hajimu UMEMOTO2000-09-231-5/+1
| | | | Notes: svn path=/head/; revision=66303
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.Jun-ichiro itojun Hagino2000-07-161-10/+10
| | | | | | | | (even if you ask for tunnel-mode encryption packets will go out in clear) sync with kame. Notes: svn path=/head/; revision=63256
* correct compilation with IPSEC_IPV6FWD.Jun-ichiro itojun Hagino2000-07-051-0/+1
| | | | | | | From: Ollivier Robert <roberto@keltia.freenix.fr> Notes: svn path=/head/; revision=62601
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-37/+200
| | | | | | | | | | API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change) Notes: svn path=/head/; revision=62587
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
| | | | Notes: svn path=/head/; revision=59760
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
| | | | | | | Remove ~60 unneeded #include <sys/malloc.h> Notes: svn path=/head/; revision=59391
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-6/+4
| | | | | | | | | | | pr_input() routines prototype is also changed to support IPSEC and IPV6 chained protocol headers. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=55009
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-6/+0
| | | | | | | | | | | | | packet divert at kernel for IPv6/IPv4 translater daemon This includes queue related patch submitted by jburkhol@home.com. Submitted by: queue related patch from jburkhol@home.com Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=54263
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.Yoshinobu Inoue1999-11-231-2/+0
| | | | Notes: svn path=/head/; revision=53626
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+391
for IPv6 yet) With this patch, you can assigne IPv6 addr automatically, and can reply to IPv6 ping. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=53541