commit | 91c7b38dc9f0de4f7f444b796d14476bc12df7bc | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Apr 09 11:58:08 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon May 19 12:06:11 2014 +0200 |
tree | 09ae714bced971abaafe94aeb506a5da4559d11e | |
parent | ff3cd7b3c9225017b546785add039e1b1a22dff7 [diff] |
netfilter: nf_tables: use new transaction infrastructure to handle chain This patch speeds up rule-set updates and it also introduces a way to revert chain updates if the batch is aborted. The idea is to store the changes in the transaction to apply that in the commit step. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>