Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: fix colored routes not installed after a switchover
On a multihomed setup with colored bgp updates, when the primary PE goes offline, only a small subset of colored bgp routes are not switching to the secondary pe. When a switchover happens, due to a remote IP becoming unreachable, some nexthop tracking down notifications are sent, but those messages are completely ignored for colored bgp updates. The original code has been thought for mounting up the SR-TE service, when IP reachability is ok, but not when services goes offline. Fix this by extending the down notification mechanism for colored routes too. Fixes: 545aeef ("bgpd: extend the NHT code to understand SR-TE colors") Signed-off-by: Philippe Guibert <[email protected]>
- Loading branch information