]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
bison: remove old log level tokens
authorFlorian Westphal <fw@strlen.de>
Wed, 30 Nov 2016 19:33:14 +0000 (20:33 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 30 Nov 2016 19:38:01 +0000 (20:38 +0100)
not used anymore since 0423caa91ad26e7 ("src: don't need keyword for log level")

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/parser_bison.y

index f07303e2102afa24bc05b30671096c9b9470f220..deaaf06fa1c6c69d8427e2afdbcf647e16a6b170 100644 (file)
@@ -370,14 +370,6 @@ static void location_update(struct location *loc, struct location *rhs, int n)
 %token SNAPLEN                 "snaplen"
 %token QUEUE_THRESHOLD         "queue-threshold"
 %token LEVEL                   "level"
-%token LEVEL_EMERG             "emerg"
-%token LEVEL_ALERT             "alert"
-%token LEVEL_CRIT              "crit"
-%token LEVEL_ERR               "err"
-%token LEVEL_WARN              "warn"
-%token LEVEL_NOTICE            "notice"
-%token LEVEL_INFO              "info"
-%token LEVEL_DEBUG             "debug"
 
 %token LIMIT                   "limit"
 %token RATE                    "rate"