From f4621a6f870644af934869d52bf24137c76910db Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 5 Sep 2018 11:16:41 +0200 Subject: expr: add xfrm support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Joint work with Máté Eckl. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/libnftnl') 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 -- cgit v1.2.3