From 7accce96ce0a65061accc550dd1c59956a839a2b Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sun, 8 Jan 2017 23:08:39 +0100 Subject: parser_bison: remove obsolete tokens removed in c992153402c78d91e8be ("ct: allow resolving ct keys at run time"). Signed-off-by: Florian Westphal --- src/parser_bison.y | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/parser_bison.y b/src/parser_bison.y index 122e2496..be662e4d 100644 --- a/src/parser_bison.y +++ b/src/parser_bison.y @@ -354,15 +354,9 @@ static void location_update(struct location *loc, struct location *rhs, int n) %token NEXTHOP "nexthop" %token CT "ct" -%token DIRECTION "direction" -%token STATE "state" -%token STATUS "status" -%token EXPIRATION "expiration" -%token HELPER "helper" %token L3PROTOCOL "l3proto" %token PROTO_SRC "proto-src" %token PROTO_DST "proto-dst" -%token LABEL "label" %token COUNTER "counter" %token NAME "name" -- cgit v1.2.3