commit | d0e2c7de92c7f2b3d355ad76b0bb9fc43d1beb87 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Jun 30 19:21:36 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Jul 04 01:22:14 2020 +0200 |
tree | aeb58859a40e1b8478a275c2fd534b5bf56cad10 | |
parent | 04b7db414490ea9254d0c1d8930ea9571f8ce9f0 [diff] |
netfilter: nf_tables: add NFT_CHAIN_BINDING This new chain flag specifies that: * the kernel dynamically allocates the chain name, if no chain name is specified. * If the immediate expression that refers to this chain is removed, then this bound chain (and its content) is destroyed. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>