aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_core.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2016-11-03 14:44:42 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-11-08 23:53:37 +0100
commit6114cc516dcc0d311badb83ad7db5aa4b611bea6 (patch)
treee1d791b97983fd274ea3c47219f953562efec2d3 /net/netfilter/nf_conntrack_core.c
parentnetfilter: connmark: ignore skbs with magic untracked conntrack objects (diff)
downloadlinux-dev-6114cc516dcc0d311badb83ad7db5aa4b611bea6.tar.xz
linux-dev-6114cc516dcc0d311badb83ad7db5aa4b611bea6.zip
netfilter: conntrack: fix CT target for UNSPEC helpers
Thomas reports its not possible to attach the H.245 helper: iptables -t raw -A PREROUTING -p udp -j CT --helper H.245 iptables: No chain/target/match by that name. xt_CT: No such helper "H.245" This is because H.245 registers as NFPROTO_UNSPEC, but the CT target passes NFPROTO_IPV4/IPV6 to nf_conntrack_helper_try_module_get. We should treat UNSPEC as wildcard and ignore the l3num instead. Reported-by: Thomas Woerner <twoerner@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nf_conntrack_core.c')
0 files changed, 0 insertions, 0 deletions