]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removes some remnant of '|' bgp path separator.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 1 Jun 2009 14:20:48 +0000 (16:20 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 1 Jun 2009 14:20:48 +0000 (16:20 +0200)
filter/config.Y

index 6d9b064dcc8d3b4c797e4cee898a930fddefb196..fc2555193f019d2ab053d78d34fc7fe0227c19a9 100644 (file)
@@ -280,7 +280,6 @@ switch_body: /* EMPTY */ { $$ = NULL; }
 bgp_path:
    PO  bgp_path_tail1 PC  { $$ = $2; }
  | '/' bgp_path_tail2 '/' { $$ = $2; }
- | OR                            { $$ = NULL; } /* special case because of || is a different token */
  ;
 
 bgp_path_tail1: