mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Removes some remnant of '|' bgp path separator.
This commit is contained in:
		@@ -280,7 +280,6 @@ switch_body: /* EMPTY */ { $$ = NULL; }
 | 
				
			|||||||
bgp_path:
 | 
					bgp_path:
 | 
				
			||||||
   PO  bgp_path_tail1 PC  { $$ = $2; }
 | 
					   PO  bgp_path_tail1 PC  { $$ = $2; }
 | 
				
			||||||
 | '/' bgp_path_tail2 '/' { $$ = $2; }
 | 
					 | '/' bgp_path_tail2 '/' { $$ = $2; }
 | 
				
			||||||
 | OR  		      	  { $$ = NULL; } /* special case because of || is a different token */
 | 
					 | 
				
			||||||
 ;
 | 
					 ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bgp_path_tail1:
 | 
					bgp_path_tail1:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user