From 291e93045704bce5eea62d5d5214e38c2b65c5b5 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 5 Jul 2021 19:56:24 +0200 Subject: expr: last: add NFTNL_EXPR_LAST_SET Honor NFTA_LAST_SET netlink attribute, it tells us if a packet has ever updated this expression. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnftnl/expr.h') diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h index 9b90e3e..00c63ab 100644 --- a/include/libnftnl/expr.h +++ b/include/libnftnl/expr.h @@ -313,6 +313,7 @@ enum { enum { NFTNL_EXPR_LAST_MSECS = NFTNL_EXPR_BASE, + NFTNL_EXPR_LAST_SET, }; #ifdef __cplusplus -- cgit v1.2.3