freebsd-dev/sys/netinet6
Bjoern A. Zeeb cc977adc71 Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.
Also rename the related functions in a similar way.
There are no functional changes.

For a packet coming in with IPsec tunnel mode, the default is
to only call into the firewall with the "outer" IP header and
payload.

With this option turned on, in addition to the "outer" parts,
the "inner" IP header and payload are passed to the
firewall too when going through ip_input() the second time.

The option was never only related to a gif(4) tunnel within
an IPsec tunnel and thus the name was very misleading.

Discussed at:			BSDCan 2007
Best new name suggested by:	rwatson
Reviewed by:			rwatson
Approved by:			re (bmah)
2007-08-05 16:16:15 +00:00
..
dest6.c ANSIfy[1] plus some style cleanup nearby. 2007-07-05 16:23:49 +00:00
frag6.c Space cleanup 2007-07-05 16:29:40 +00:00
icmp6.c Space cleanup 2007-07-05 16:29:40 +00:00
icmp6.h
in6_cksum.c ANSIfy[1] plus some style cleanup nearby. 2007-07-05 16:23:49 +00:00
in6_gif.c Space cleanup 2007-07-05 16:29:40 +00:00
in6_gif.h
in6_ifattach.c ANSIfy[1] plus some style cleanup nearby. 2007-07-05 16:23:49 +00:00
in6_ifattach.h
in6_pcb.c Space cleanup 2007-07-05 16:29:40 +00:00
in6_pcb.h Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr 2007-05-11 10:20:51 +00:00
in6_proto.c Space cleanup 2007-07-05 16:29:40 +00:00
in6_rmx.c Space cleanup 2007-07-05 16:29:40 +00:00
in6_src.c Space cleanup 2007-07-05 16:29:40 +00:00
in6_var.h fixed memory leak for IPv6 multicast membership information associated 2007-06-02 08:02:36 +00:00
in6.c Space cleanup 2007-07-05 16:29:40 +00:00
in6.h Restore behavior changed with rev. 1.46 and make 2007-07-19 09:16:40 +00:00
ip6_ecn.h
ip6_forward.c Space cleanup 2007-07-05 16:29:40 +00:00
ip6_id.c ANSIfy[1] plus some style cleanup nearby. 2007-07-05 16:23:49 +00:00
ip6_input.c Space cleanup 2007-07-05 16:29:40 +00:00
ip6_ipsec.c Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. 2007-08-05 16:16:15 +00:00
ip6_ipsec.h Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. 2007-08-05 16:16:15 +00:00
ip6_mroute.c Space cleanup 2007-07-05 16:29:40 +00:00
ip6_mroute.h Space cleanup 2007-07-05 16:29:40 +00:00
ip6_output.c Space cleanup 2007-07-05 16:29:40 +00:00
ip6_var.h Space cleanup 2007-07-05 16:29:40 +00:00
ip6.h
ip6protosw.h
mld6_var.h
mld6.c Space cleanup 2007-07-05 16:29:40 +00:00
nd6_nbr.c Space cleanup 2007-07-05 16:29:40 +00:00
nd6_rtr.c Space cleanup 2007-07-05 16:29:40 +00:00
nd6.c Space cleanup 2007-07-05 16:29:40 +00:00
nd6.h
pim6_var.h
pim6.h
raw_ip6.c Space cleanup 2007-07-05 16:29:40 +00:00
raw_ip6.h
route6.c ANSIfy[1] plus some style cleanup nearby. 2007-07-05 16:23:49 +00:00
scope6_var.h
scope6.c ANSIfy[1] plus some style cleanup nearby. 2007-07-05 16:23:49 +00:00
sctp6_usrreq.c - take out a needless panic under invariants for sctp_output.c 2007-07-24 20:06:02 +00:00
sctp6_var.h Space cleanup 2007-07-05 16:29:40 +00:00
tcp6_var.h
udp6_usrreq.c Continue effort to improve parity between UDPv4 and UDPv6: add a missing 2007-07-27 08:25:02 +00:00
udp6_var.h Continue effort to align UDPv4 and UDPv6 implementations by merging 2007-07-23 07:58:58 +00:00