netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 21 Mar 2015 18:25:05 +0000 (19:25 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 22 Mar 2015 18:32:05 +0000 (19:32 +0100)
commit749177ccc74f9c6d0f51bd78a15c652a2134aa11
treedea4e54cefb5e0dac08092c042330ce85cdc38d0
parent3d8c6dce53a349df8878d078e56bf429bad572f9
netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set

ip6tables extensions check for this flag to restrict match/target to a
given protocol. Without this flag set, SYNPROXY6 returns an error.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nft_compat.c