Drop BGP update-delay option
Dropped from Cumulus manual and advised by seniors.
This commit is contained in:
		
							parent
							
								
									e93877c83d
								
							
						
					
					
						commit
						65c16dbc63
					
				
					 2 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -16,10 +16,6 @@ vrf outside
 | 
			
		|||
  ip route 0.0.0.0/0 {{ (interfaces | selectattr('name', '==', iface_uplink) | first).custom_fields.gateway.address | ipaddr('address') }} {{ iface_uplink }}
 | 
			
		||||
  ipv6 route ::/0 fe80::2 {{ iface_uplink }}
 | 
			
		||||
 | 
			
		||||
# Don’t announce anything at start until we get routes from all our peers.
 | 
			
		||||
# Without this packets might get dropped until all routes are synced.
 | 
			
		||||
bgp update-delay 10
 | 
			
		||||
 | 
			
		||||
# Route installation into kernel fails (rarely) without this option.
 | 
			
		||||
# It is not documented anywhere and appears to be a Cumulus extension.
 | 
			
		||||
zebra nexthop proto only
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue