]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes several problems in filter syntax.
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 6 May 2011 20:00:54 +0000 (22:00 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 6 May 2011 20:00:54 +0000 (22:00 +0200)
commitb8cc390e7ed724a9ad605453227d1e4686f3a11b
tree9602fa14bd688c0cc62e4c18b660ae53efee4839
parent409e8a6e21d3df0919fd2e131ba9a58222baee50
Fixes several problems in filter syntax.

 - Fixes several conflicts in the grammar.
 - Fixes a bug in (a..b, c) pair patterns.
 - Makes pair patterns orthogonal.
 - Allows term expressions in pair patterns without additional ( ).
 - Allows several comma separated values in switch cases.
conf/cf-lex.l
conf/confbase.Y
filter/config.Y
filter/test.conf