summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2016-11-30 20:33:14 +0100
committerFlorian Westphal <fw@strlen.de>2016-11-30 20:38:01 +0100
commit8f47cd14bb73212a5aca920c22e0b45da0673000 (patch)
tree8af3c25a65e799faba16ee29a9bfdc00be8cfa55
parentccc5da470e76032f8e175920553516835efb30f1 (diff)
bison: remove old log level tokens
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>
-rw-r--r--src/parser_bison.y8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index f07303e2..deaaf06f 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -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"