From 7f7850fd393647fda95ff6441a0cc80071ce54d6 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Wed, 25 Jul 2018 01:34:28 +0200 Subject: expr: add osf support Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libnftnl') diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h index 141b04a..fd0befc 100644 --- a/include/libnftnl/expr.h +++ b/include/libnftnl/expr.h @@ -274,6 +274,10 @@ enum { NFTNL_EXPR_OBJREF_SET_ID, }; +enum { + NFTNL_EXPR_OSF_DREG = NFTNL_EXPR_BASE, +}; + #ifdef __cplusplus } /* extern "C" */ #endif -- cgit v1.2.3