提交 6403d962 编写于 作者: P Pablo Neira Ayuso

netfilter: nf_tables: indicate family when dumping set elements

Set the nfnetlink header that indicates the family of this element.
Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
上级 3d9b1421
......@@ -2850,7 +2850,7 @@ static int nf_tables_dump_set(struct sk_buff *skb, struct netlink_callback *cb)
goto nla_put_failure;
nfmsg = nlmsg_data(nlh);
nfmsg->nfgen_family = NFPROTO_UNSPEC;
nfmsg->nfgen_family = ctx.afi->family;
nfmsg->version = NFNETLINK_V0;
nfmsg->res_id = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册