commit | 82bec71d46b83f39860e2838ff8394e4fcd6efab | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Jun 22 14:26:33 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jun 24 11:03:28 2016 +0200 |
tree | f06e8722069d5ae0758b2dbc41b1fdafa70e53bc | |
parent | 3183ab8997a477c8d9ad175a1cef70dff77c6dbc [diff] |
netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLED This flag was introduced to restore rulesets from the new netdev family, but since 5ebe0b0eec9d6f7 ("netfilter: nf_tables: destroy basechain and rules on netdevice removal") the ruleset is released once the netdev is gone. This also removes nft_register_basechain() and nft_unregister_basechain() since they have no clients anymore after this rework. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>