summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-06-08 20:00:05 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-06-08 20:08:26 +0200
commited7c442c2d044270b94b61c45fc3753f536c4ed6 (patch)
tree1863d5657165a6a6262ff3a3af9e031e3d3e93ba /include
parent7af5f32171b3f68415d3f783a343f9dfce6055fb (diff)
expr: add last match time support
This new expression displays when last matching has happened. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-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 4e6059a..9b90e3e 100644
--- a/include/libnftnl/expr.h
+++ b/include/libnftnl/expr.h
@@ -311,6 +311,10 @@ enum {
NFTNL_EXPR_SYNPROXY_FLAGS,
};
+enum {
+ NFTNL_EXPR_LAST_MSECS = NFTNL_EXPR_BASE,
+};
+
#ifdef __cplusplus
} /* extern "C" */
#endif