commit | ab23821f7ecfb022a4aec78fb6f4fd0f6aa1ccab | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Feb 03 13:35:48 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Feb 08 14:16:22 2017 +0100 |
tree | 9ae374aa3a2cdd518813aebbc32f8a808135eec7 | |
parent | 665153ff575207f3a092cfcea3c51238612a7b58 [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>