summaryrefslogtreecommitdiff
path: root/net/key
diff options
context:
space:
mode:
Diffstat (limited to 'net/key')
0 files changed, 0 insertions, 0 deletions
mp;id=ab23821f7ecfb022a4aec78fb6f4fd0f6aa1ccab'>9ae374aa3a2cdd518813aebbc32f8a808135eec7 /net parent665153ff575207f3a092cfcea3c51238612a7b58 (diff)
netfilter: nft_ct: add zone id get support
Just like with counters the direction attribute is optional. We set priv->dir to MAX unconditionally to avoid duplicating the assignment for all keys with optional direction. For keys where direction is mandatory, existing code already returns an error. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/nft_ct.c22
1 files changed, 19 insertions, 3 deletions
diff --git a/net/netfilter/nft_ct.c b/net/netfilter/nft_ct.c