]> git.ipfire.org Git - thirdparty/nftables.git/commit
parser_bison: use keywords in ct expression
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 26 Sep 2017 15:00:58 +0000 (17:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 27 Sep 2017 12:16:27 +0000 (14:16 +0200)
commitb0c2606ed02fed828ab7c34227e355f5542bc925
tree1ee3f767ca75f527537a03427af6f8b8e1aa22a4
parentdccab4f646b4f71f7b6eac3aa44a7df26b3942b1
parser_bison: use keywords in ct expression

Using string give us more chances to hit shift/reduce conflicts when
extending this grammar, more specifically, from the stmt_expr rule, so
add keywords for this.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/parser_bison.y
src/scanner.l