summaryrefslogtreecommitdiffstats
path: root/src/nlmsg.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-08-13 17:55:20 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-13 17:56:06 +0200
commitc31e6c60cdd43e94d6bb73f95f688e6d062315df (patch)
tree831aef59e641d9d219ebe2a0da660d84db02133c /src/nlmsg.c
parent84d24281f4cfac9597ee9184a30cb1aa91d8a86e (diff)
parent1d3deac2884002ed2dc64b44ddb133f3ad75766e (diff)
Merge branch 'next'
Get the following patches into master: examples/nf-queue: receive large gso packets src: add new GSO handling capabilities examples/nf-queue: handle recv error, use larger buffer
Diffstat (limited to 'src/nlmsg.c')
-rw-r--r--src/nlmsg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nlmsg.c b/src/nlmsg.c
index 6c4a139..e7a30e0 100644
--- a/src/nlmsg.c
+++ b/src/nlmsg.c
@@ -132,6 +132,8 @@ static int nfq_pkt_parse_attr_cb(const struct nlattr *attr, void *data)
case NFQA_IFINDEX_OUTDEV:
case NFQA_IFINDEX_PHYSINDEV:
case NFQA_IFINDEX_PHYSOUTDEV:
+ case NFQA_CAP_LEN:
+ case NFQA_SKB_INFO:
if (mnl_attr_validate(attr, MNL_TYPE_U32) < 0)
return MNL_CB_ERROR;
break;