summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-01-17 22:55:00 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-15 11:41:44 +0100
commit41963763304684e69540049b0b369d5ae22f6331 (patch)
treed70289653328f9d8ba555d4d4211d54d4119c656 /include/libnftnl
parent12e984bb174688119332e0184257b12ee061def3 (diff)
exthdr: Add support for exthdr flags
Along with the actual support for exthdr expression specific flags, this also declares NFT_EXTHDR_F_PRESENT used for exthdr existence match. 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/expr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h
index f5e9cc1..7d327ea 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -156,6 +156,7 @@ enum {
NFTNL_EXPR_EXTHDR_TYPE,
NFTNL_EXPR_EXTHDR_OFFSET,
NFTNL_EXPR_EXTHDR_LEN,
+ NFTNL_EXPR_EXTHDR_FLAGS,
NFTNL_EXPR_EXTHDR_OP,
};