]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_tables: prohibit deletion of a table with existing sets
authorPatrick McHardy <kaber@trash.net>
Thu, 9 Jan 2014 18:42:41 +0000 (18:42 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 9 Jan 2014 19:17:16 +0000 (20:17 +0100)
commit405e7d6cd2a85ec3463b7cefff46825de5156d74
tree85d4b88176be4fad900c0535fc45a9b87ef07667
parente3cf89f87c5790050d883aba037d94c54365edcf
netfilter: nf_tables: prohibit deletion of a table with existing sets

We currently leak the set memory when deleting a table that still has
sets in it. Return EBUSY when attempting to delete a table with sets.

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