summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/chain.h1
-rw-r--r--include/libnftnl/expr.h1
2 files changed, 2 insertions, 0 deletions
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)
diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h
index cfe456d..dcbcf5c 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -98,6 +98,7 @@ enum {
NFTNL_EXPR_IMM_DATA,
NFTNL_EXPR_IMM_VERDICT,
NFTNL_EXPR_IMM_CHAIN,
+ NFTNL_EXPR_IMM_CHAIN_ID,
};
enum {