From ed7c442c2d044270b94b61c45fc3753f536c4ed6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 8 Jun 2021 20:00:05 +0200 Subject: expr: add last match time support This new expression displays when last matching has happened. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libnftnl/expr.h') 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 -- cgit v1.2.3