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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h
index df5792a..4a37581 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -175,6 +175,11 @@ enum {
NFTNL_EXPR_REDIR_FLAGS,
};
+enum {
+ NFTNL_EXPR_DUP_SREG_ADDR = NFTNL_EXPR_BASE,
+ NFTNL_EXPR_DUP_SREG_DEV,
+};
+
/*
* Compat
*/