FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.38k stars 1.26k forks source link

Bgp bfd and its ilk #17473

Closed donaldsharp closed 4 days ago

donaldsharp commented 5 days ago

a) bgp_connect is returning values that are not handled in bgp_fsm.c. Fix this b) zebra_fec_nexthop_resolution is not using timers that allow for quicker reconvergence in case of a failure on startup c) bgp is not properly setting up a bfd session when it knows about a bfd peer before it has learned about the interfaces addresses. This is purely a timing issue on startup.