From c3dab23793de09ab1c9b82820855fe1f723f702d Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 11 Jan 2016 19:43:01 +0100 Subject: expr: add forward expression Add forward expression for the netdev family. 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 cb2e8a3..9487b02 100644 --- a/include/libnftnl/expr.h +++ b/include/libnftnl/expr.h @@ -184,6 +184,10 @@ enum { NFTNL_EXPR_DUP_SREG_DEV, }; +enum { + NFTNL_EXPR_FWD_SREG_DEV = NFTNL_EXPR_BASE, +}; + /* * Compat */ -- cgit v1.2.3