]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
parser: Removed LOOKUP token
authorMáté Eckl <ecklm94@gmail.com>
Fri, 4 May 2018 21:50:47 +0000 (23:50 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 4 May 2018 22:15:42 +0000 (00:15 +0200)
It is never used.

Signed-off-by: Máté Eckl <ecklm94@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
src/parser_bison.y

index ee3600d702ced0c39b7c55524cc88e7b5596d79c..dcd468357ebcc00c91422600b8a092ec84f47af7 100644 (file)
@@ -181,7 +181,6 @@ int nft_lex(void *, void *, void *);
 %token DASH                    "-"
 %token AT                      "@"
 %token VMAP                    "vmap"
-%token LOOKUP                  "lookup"
 
 %token INCLUDE                 "include"
 %token DEFINE                  "define"