summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 979241a..f6ea69d 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -234,6 +234,11 @@ enum {
NFTNL_EXPR_FIB_FLAGS,
};
+enum {
+ NFTNL_EXPR_OBJREF_IMM_TYPE = NFTNL_EXPR_BASE,
+ NFTNL_EXPR_OBJREF_IMM_NAME,
+};
+
/*
* Compat
*/