|
@@ -1243,6 +1243,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 = {
|