aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-06-11 19:05:28 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-06-16 13:08:09 +0200
commit6403d96254c7c44fdfa163248b1198c714c65f6a (patch)
tree92b599a36f5a397b2779bcd3f39fe458685fbed5 /net/netfilter
parentnetfilter: nft_compat: call {target, match}->destroy() to cleanup entry (diff)
downloadlinux-dev-6403d96254c7c44fdfa163248b1198c714c65f6a.tar.xz
linux-dev-6403d96254c7c44fdfa163248b1198c714c65f6a.zip
netfilter: nf_tables: indicate family when dumping set elements
Set the nfnetlink header that indicates the family of this element. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/nf_tables_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c
index 39369ea2df0c..ab4566cfcbe4 100644
--- a/net/netfilter/nf_tables_api.c
+++ b/net/netfilter/nf_tables_api.c
@@ -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;