summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftnl')
-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 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