summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-01-15 20:59:04 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-01-28 11:12:57 +0100
commit7a7137adf6c143f7cccc6440a5340a43033b61e7 (patch)
tree85844dc877a7fa7cbceef67538054555d5bd0978 /include/libnftnl
parentabd42d9a8d7969a288b446561ee6a5b7095edc77 (diff)
src: rule: Support NFTA_RULE_POSITION_ID attribute
Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/rule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnftnl/rule.h b/include/libnftnl/rule.h
index 8501c86..78bfead 100644
--- a/include/libnftnl/rule.h
+++ b/include/libnftnl/rule.h
@@ -28,6 +28,7 @@ enum nftnl_rule_attr {
NFTNL_RULE_POSITION,
NFTNL_RULE_USERDATA,
NFTNL_RULE_ID,
+ NFTNL_RULE_POSITION_ID,
__NFTNL_RULE_MAX
};
#define NFTNL_RULE_MAX (__NFTNL_RULE_MAX - 1)