]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: dump sets in all existing families
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 26 Dec 2013 15:49:03 +0000 (16:49 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 3 Jan 2014 23:23:11 +0000 (00:23 +0100)
commitad5933bc9ed8c3608d2950bc98a997861a9cf8e1
tree084673372c2f76b1cd2378985e750ab95b1b1055
parentbeaa8ef12449dcc2675900fc57ff497d6137ec2a
netfilter: nf_tables: dump sets in all existing families

This patch allows you to dump all sets available in all of
the registered families. This allows you to use NFPROTO_UNSPEC
to dump all existing sets, similarly to other existing table,
chain and rule operations.

This patch is based on original patch from Arturo Borrero
González.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c