commit | bb7b40aecbf778c0c83a5bd62b0f03ca9f49a618 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue May 08 02:43:57 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed May 09 10:09:30 2018 +0200 |
tree | ab9b11fc54ad976c497d4d0d4f2a91b8209bbf58 | |
parent | 732a8049f365f514d0607e03938491bf6cb0d620 [diff] |
netfilter: nf_tables: bogus EBUSY in chain deletions When removing a rule that jumps to chain and such chain in the same batch, this bogusly hits EBUSY. Add activate and deactivate operations to expression that can be called from the preparation and the commit/abort phases. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>