From: Florian Westphal Date: Sun, 8 Jan 2017 22:08:39 +0000 (+0100) Subject: parser_bison: remove obsolete tokens X-Git-Tag: v0.8~274 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7accce96ce0a65061accc550dd1c59956a839a2b;p=thirdparty%2Fnftables.git parser_bison: remove obsolete tokens removed in c992153402c78d91e8be ("ct: allow resolving ct keys at run time"). Signed-off-by: Florian Westphal --- 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"