From 20defe9a14dda8ca33092d8e0f92b14f6b451029 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 6 Jun 2018 18:44:55 +0200 Subject: expr: extend fwd to support address and protocol To support forwarding through neighbour layer from ingress. Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/expr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libnftnl/expr.h') diff --git a/include/libnftnl/expr.h b/include/libnftnl/expr.h index 7d222af..219104e 100644 --- a/include/libnftnl/expr.h +++ b/include/libnftnl/expr.h @@ -238,6 +238,8 @@ enum { enum { NFTNL_EXPR_FWD_SREG_DEV = NFTNL_EXPR_BASE, + NFTNL_EXPR_FWD_SREG_ADDR, + NFTNL_EXPR_FWD_NFPROTO, }; enum { -- cgit v1.2.3