netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bison: remove old log level tokens
@ 2016-11-30 19:34 Florian Westphal
  2016-11-30 19:36 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Westphal @ 2016-11-30 19:34 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Florian Westphal

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bison: remove old log level tokens
  2016-11-30 19:34 [PATCH] bison: remove old log level tokens Florian Westphal
@ 2016-11-30 19:36 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-11-30 19:36 UTC (permalink / raw)
  To: Florian Westphal; +Cc: netfilter-devel

On Wed, Nov 30, 2016 at 08:34:28PM +0100, Florian Westphal wrote:
> not used anymore since 0423caa91ad26e7 ("src: don't need keyword for log level")

Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>

Thanks Florian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-30 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 19:34 [PATCH] bison: remove old log level tokens Florian Westphal
2016-11-30 19:36 ` Pablo Neira Ayuso

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).