]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - conf/confbase.Y
Priority for '||' and '&&' fixed.
[thirdparty/bird.git] / conf / confbase.Y
index 6d2607e4804a4cbada3e290eb6495c32cd053206..91bfb1d588e9928dff737144c29937c8ff7f6813 100644 (file)
@@ -60,8 +60,9 @@ CF_DECLS
 %type <t> text_or_none
 
 %nonassoc PREFIX_DUMMY
+%left AND OR
 %nonassoc '=' '<' '>' '~' '.' GEQ LEQ NEQ PO PC
-%left '+' '-' AND OR
+%left '+' '-'
 %left '*' '/' '%'
 %left '!'