]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r320941: Fix GRE over IPv6 tunnels with IPFW
authorphilip <philip@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Aug 2017 13:15:30 +0000 (13:15 +0000)
committerphilip <philip@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Aug 2017 13:15:30 +0000 (13:15 +0000)
commita81b02ade02fe75440f8ae8c2086257bd0bdc4b8
tree9cf9c92a2db9cd13bda94c221cbe58b73d671986
parent9c28a3f49d40e3525b4116837789e8b803fc1f8d
MFC r320941: Fix GRE over IPv6 tunnels with IPFW

Previously, GRE packets in IPv6 tunnels would be dropped by IPFW (unless
net.inet6.ip6.fw.deny_unknown_exthdrs was unset).

PR:           220640
Submitted by: Kun Xie <kxie@xiplink.com>

git-svn-id: svn://svn.freebsd.org/base/stable/10@321873 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netpfil/ipfw/ip_fw2.c