summaryrefslogtreecommitdiffstats
path: root/iptables/nft-chain.h
Commit message (Collapse)AuthorAgeFilesLines
* nft: Introduce struct nft_chainPhil Sutter2020-12-211-0/+29
Preparing for ordered output of user-defined chains, introduce a local datatype wrapping nftnl_chain. In order to maintain the chain name hash table, introduce nft_chain_list as well and use it instead of nftnl_chain_list. Signed-off-by: Phil Sutter <phil@nwl.cc>