aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter.c
diff options
context:
space:
mode:
authorVasily Averin <vvs@parallels.com>2014-05-05 00:17:48 +0400
committerPablo Neira Ayuso <pablo@netfilter.org>2014-05-05 16:05:43 +0200
commitaff09ce303f83bd370772349238482ae422a2341 (patch)
treef4f23d2b147c31ae06ec9460469d4b50aaa21942 /net/ipv6/netfilter.c
parentipv4: fix "conntrack zones" support for defrag user check in ip_expire (diff)
downloadlinux-dev-aff09ce303f83bd370772349238482ae422a2341.tar.xz
linux-dev-aff09ce303f83bd370772349238482ae422a2341.zip
bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit
Currently bridge can silently drop ipv4 fragments. If node have loaded nf_defrag_ipv4 module but have no nf_conntrack_ipv4, br_nf_pre_routing defragments incoming ipv4 fragments but nfct check in br_nf_dev_queue_xmit does not allow re-fragment combined packet back, and therefore it is dropped in br_dev_queue_push_xmit without incrementing of any failcounters It seems the only way to hit the ip_fragment code in the bridge xmit path is to have a fragment list whose reassembled fragments go over the mtu. This only happens if nf_defrag is enabled. Thanks to Florian Westphal for providing feedback to clarify this. Defragmentation ipv4 is required not only in conntracks but at least in TPROXY target and socket match, therefore #ifdef is changed from NF_CONNTRACK_IPV4 to NF_DEFRAG_IPV4 Signed-off-by: Vasily Averin <vvs@openvz.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv6/netfilter.c')
0 files changed, 0 insertions, 0 deletions