Drop BGP update-delay option

Dropped from Cumulus manual and advised by seniors.
This commit is contained in:
Timotej Lazar 2024-02-26 08:58:17 +01:00
parent e93877c83d
commit 65c16dbc63
2 changed files with 0 additions and 8 deletions

View file

@ -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 }} 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 }} 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. # Route installation into kernel fails (rarely) without this option.
# It is not documented anywhere and appears to be a Cumulus extension. # It is not documented anywhere and appears to be a Cumulus extension.
zebra nexthop proto only zebra nexthop proto only

View file

@ -12,10 +12,6 @@ zebra nexthop-group keep 1
router-id {{ loopback | ipv4 | first | ipaddr('address') }} 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 bfd
profile fast profile fast
receive-interval 150 receive-interval 150