summaryrefslogtreecommitdiffstats
path: root/include/libnftables
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables')
-rw-r--r--include/libnftables/expr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index 0592977..bddef6d 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -94,6 +94,13 @@ enum {
NFT_EXPR_LOOKUP_SET,
};
+enum {
+ NFT_EXPR_LOG_PREFIX = NFT_RULE_EXPR_ATTR_BASE,
+ NFT_EXPR_LOG_GROUP,
+ NFT_EXPR_LOG_SNAPLEN,
+ NFT_EXPR_LOG_QTHRESHOLD,
+};
+
#ifdef __cplusplus
} /* extern "C" */
#endif