aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_queue.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-07-18 13:37:50 +0100
committerMark Brown <broonie@kernel.org>2018-07-18 13:37:50 +0100
commit4ce754f07d8d83a84ec49470007e111f7af6f7be (patch)
tree811de87407cff06cfaa71861293103418c92c315 /net/netfilter/nfnetlink_queue.c
parent254f31e8dd400454cc4ee6cd5498cbf7962a894b (diff)
parentf77982e6911294725180897ff7244446ab708381 (diff)
Merge tag 'v4.9.113' into linux-linaro-lsk-v4.9
This is the 4.9.113 stable release
Diffstat (limited to 'net/netfilter/nfnetlink_queue.c')
-rw-r--r--net/netfilter/nfnetlink_queue.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c
index 5efb40291ac3..2a811b5634d4 100644
--- a/net/netfilter/nfnetlink_queue.c
+++ b/net/netfilter/nfnetlink_queue.c
@@ -1210,6 +1210,9 @@ static int nfqnl_recv_unsupp(struct net *net, struct sock *ctnl,
static const struct nla_policy nfqa_cfg_policy[NFQA_CFG_MAX+1] = {
[NFQA_CFG_CMD] = { .len = sizeof(struct nfqnl_msg_config_cmd) },
[NFQA_CFG_PARAMS] = { .len = sizeof(struct nfqnl_msg_config_params) },
+ [NFQA_CFG_QUEUE_MAXLEN] = { .type = NLA_U32 },
+ [NFQA_CFG_MASK] = { .type = NLA_U32 },
+ [NFQA_CFG_FLAGS] = { .type = NLA_U32 },
};
static const struct nf_queue_handler nfqh = {