]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitc9c8e485978a308c8a359140da187d55120f8fee
tree084673372c2f76b1cd2378985e750ab95b1b1055
parent720e0dfa3a86de3482d82fc1d37090eba1c460eb
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