commit | 44a6f0df039ee7ddeebc88327dd61f0afb53baa7 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 09 18:42:41 2014 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jan 09 20:17:16 2014 +0100 |
tree | 85d4b88176be4fad900c0535fc45a9b87ef07667 | |
parent | 7047f9d052c379e14b7693bb9f1b766827d0bc40 [diff] |
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>