]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r320941: Fix GRE over IPv6 tunnels with IPFW
authorphilip <philip@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Aug 2017 13:40:37 +0000 (13:40 +0000)
committerphilip <philip@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Aug 2017 13:40:37 +0000 (13:40 +0000)
commit48bb658413077ba7785377ef6a8ca437cfef7a21
tree2f6b8d2c59dec0407e42b3113d75559b5c74f0af
parent5a11e9cfed2ca1a487aeff28dde21e3526161373
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/9@321874 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netpfil/ipfw/ip_fw2.c