]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
parser_bison: remove obsolete tokens
authorFlorian Westphal <fw@strlen.de>
Sun, 8 Jan 2017 22:08:39 +0000 (23:08 +0100)
committerFlorian Westphal <fw@strlen.de>
Sun, 8 Jan 2017 22:08:39 +0000 (23:08 +0100)
removed in c992153402c78d91e8be ("ct: allow resolving ct keys at run time").

Signed-off-by: Florian Westphal <fw@strlen.de>
src/parser_bison.y

index 122e2496acde499317e06801c1e910ceb876b6a0..be662e4d5b4eb6dc92e36fed19368669a27a95be 100644 (file)
@@ -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"