Drop BGP update-delay option
Dropped from Cumulus manual and advised by seniors.
This commit is contained in:
parent
e93877c83d
commit
65c16dbc63
|
@ -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
|
||||
|
|
|
@ -12,10 +12,6 @@ zebra nexthop-group keep 1
|
|||
|
||||
router-id {{ loopback | ipv4 | first | ipaddr('address') }}
|
||||
|
||||
# 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
|
||||
|
||||
bfd
|
||||
profile fast
|
||||
receive-interval 150
|
||||
|
|
Loading…
Reference in a new issue