commit | 74cccc3d38438b346e40a4f8133cff3f0839ff84 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Jun 30 19:21:11 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Jul 04 01:18:41 2020 +0200 |
tree | 401d6a3e07fce5aadb43375e700f089a57c98c7a | |
parent | f0a5e4d7a594e0fe237d3dfafb069bb82f80f42f [diff] |
netfilter: nf_tables: add NFTA_CHAIN_ID attribute This netlink attribute allows you to refer to chains inside a transaction as an alternative to the name and the handle. The chain binding support requires this new chain ID approach. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>