summaryrefslogtreecommitdiffstats
path: root/include/libnftnl/expr.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-09-05 11:16:41 +0200
committerFlorian Westphal <fw@strlen.de>2018-09-21 11:59:50 +0200
commitf4621a6f870644af934869d52bf24137c76910db (patch)
tree632baa852bd93dd2f96e7dc8dbe6af9ac2a49364 /include/libnftnl/expr.h
parent43146d504c34003fe94389b0717c9f79c6de792d (diff)
expr: add xfrm support
Joint work with Máté Eckl. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl/expr.h')
-rw-r--r--include/libnftnl/expr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h
index b0a0a85..6285c6f 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -283,6 +283,14 @@ enum {
NFTNL_EXPR_OSF_DREG = NFTNL_EXPR_BASE,
};
+enum {
+ NFTNL_EXPR_XFRM_DREG = NFTNL_EXPR_BASE,
+ NFTNL_EXPR_XFRM_SREG,
+ NFTNL_EXPR_XFRM_KEY,
+ NFTNL_EXPR_XFRM_DIR,
+ NFTNL_EXPR_XFRM_SPNUM,
+};
+
#ifdef __cplusplus
} /* extern "C" */
#endif