From 6d19208caf8325649b9c7888fa8b3db796807c20 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 21 Aug 2019 00:33:51 +0200 Subject: nft: Support parsing lookup expression Add required glue code to support family specific lookup expression parsers implemented as family_ops callback. Signed-off-by: Phil Sutter Acked-by: Pablo Neira Ayuso --- iptables/nft.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iptables/nft.c') diff --git a/iptables/nft.c b/iptables/nft.c index a8e7694f..2bc94ff9 100644 --- a/iptables/nft.c +++ b/iptables/nft.c @@ -3114,7 +3114,8 @@ static const char *supported_exprs[] = { "cmp", "bitwise", "counter", - "immediate" + "immediate", + "lookup", }; -- cgit v1.2.3