From 20e0e8f2bec3b06ba5d77ec17d8e635750f4c085 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 24 Jun 2020 16:27:00 +0200 Subject: src: add support for chain ID attribute his patch allows you to refer to chains via the chain ID. The semantics are similar to the NFTA_RULE_ID attribute. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/chain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftnl/chain.h') diff --git a/include/libnftnl/chain.h b/include/libnftnl/chain.h index 291bf22..0e57a5a 100644 --- a/include/libnftnl/chain.h +++ b/include/libnftnl/chain.h @@ -33,6 +33,7 @@ enum nftnl_chain_attr { NFTNL_CHAIN_DEV, NFTNL_CHAIN_DEVICES, NFTNL_CHAIN_FLAGS, + NFTNL_CHAIN_ID, __NFTNL_CHAIN_MAX }; #define NFTNL_CHAIN_MAX (__NFTNL_CHAIN_MAX - 1) -- cgit v1.2.3