summaryrefslogtreecommitdiffstats
path: root/include/libnftnl/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftnl/expr.h')
-rw-r--r--include/libnftnl/expr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h
index cb2e8a3..9487b02 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -184,6 +184,10 @@ enum {
NFTNL_EXPR_DUP_SREG_DEV,
};
+enum {
+ NFTNL_EXPR_FWD_SREG_DEV = NFTNL_EXPR_BASE,
+};
+
/*
* Compat
*/