From 6a89efe2c9891fb4b548dcd81cf72417dd2a9eaa Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 3 Dec 2017 21:05:54 +0100 Subject: expr: add flow offload expression This patch adds the new "flow_offload" expression to select what flows are offloaded to an existing flowtable. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libnftnl') diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h index f37f509..76df942 100644 --- a/include/libnftnl/expr.h +++ b/include/libnftnl/expr.h @@ -220,6 +220,10 @@ enum { NFTNL_EXPR_DUP_SREG_DEV, }; +enum { + NFTNL_EXPR_FLOW_TABLE_NAME = NFTNL_EXPR_BASE, +}; + enum { NFTNL_EXPR_FWD_SREG_DEV = NFTNL_EXPR_BASE, }; -- cgit v1.2.3