commit | cf9dc09d0949f0b5953fb08caa10bba0dc7ee71f | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Nov 24 20:39:10 2013 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Dec 07 22:55:48 2013 +0100 |
tree | 87287d9503fcd06250657358b9036fbafa7a1b81 | |
parent | b4ef4ce09308955d1aa54a289c0162607b3aa16c [diff] |
netfilter: nf_tables: fix missing rules flushing per table This patch allows you to atomically remove all rules stored in a table via the NFT_MSG_DELRULE command. You only need to indicate the specific table and no chain to flush all rules stored in that table. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>