mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 13:43:20 -04:00
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>