summaryrefslogtreecommitdiffstats
path: root/include/libnftables/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/expr.h')
-rw-r--r--include/libnftables/expr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index a39cb48..6d5d4e3 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -90,6 +90,12 @@ enum {
NFT_EXPR_NAT_REG_PROTO_MAX,
};
+enum {
+ NFT_EXPR_LOOKUP_SREG = NFT_RULE_EXPR_ATTR_BASE,
+ NFT_EXPR_LOOKUP_DREG,
+ NFT_EXPR_LOOKUP_SET,
+};
+
#ifdef __cplusplus
} /* extern "C" */
#endif