commit | 9b05b6e11d5e93a3a517cadc12b9836e0470c255 | [log] [tgz] |
---|---|---|
author | Laura Garcia Liebana <nevola@gmail.com> | Tue Sep 24 14:42:44 2019 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Sep 25 11:01:19 2019 +0200 |
tree | 7f9d5446bf010d0dd518639b91f895636663c925 | |
parent | 20ff1cb506727f81acba59acab8a0f37e1a13e43 [diff] |
netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush The deletion of a flowtable after a flush in the same transaction results in EBUSY. This patch adds an activation and deactivation of flowtables in order to update the _use_ counter. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>