netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Westphal <fw@strlen.de>
To: <netfilter-devel@vger.kernel.org>
Cc: Florian Westphal <fw@strlen.de>
Subject: [PATCH] bison: remove old log level tokens
Date: Wed, 30 Nov 2016 20:34:28 +0100	[thread overview]
Message-ID: <1480534468-7388-1-git-send-email-fw@strlen.de> (raw)

not used anymore since 0423caa91ad26e7 ("src: don't need keyword for log level")

Signed-off-by: Florian Westphal <fw@strlen.de>
---
 src/parser_bison.y | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/parser_bison.y b/src/parser_bison.y
index f07303e2102a..deaaf06fa1c6 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"
-- 
2.7.3


             reply	other threads:[~2016-11-30 19:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-30 19:34 Florian Westphal [this message]
2016-11-30 19:36 ` [PATCH] bison: remove old log level tokens Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480534468-7388-1-git-send-email-fw@strlen.de \
    --to=fw@strlen.de \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).