0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

Removes some remnant of '|' bgp path separator.

This commit is contained in:
Ondrej Zajicek 2009-06-01 16:20:48 +02:00
parent f98e291579
commit f429d43482

View 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: