]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Set LLGR stale routes for all the paths including addpath
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 7 Nov 2024 11:08:35 +0000 (13:08 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 7 Nov 2024 12:05:36 +0000 (14:05 +0200)
commit895d586a5f4a15be0475296d7a5a374927d17dad
tree247d491e61057a8b9c12d91bfa4b63b3c604fac3
parent7de464b00f1a188ec919abce56de6215f05fc4c0
bgpd: Set LLGR stale routes for all the paths including addpath

Without this patch we set only the first path for the route (if multiple exist)
as LLGR stale and stop doing that for the rest of the paths, which is wrong.

Fixes: 1479ed2fb35f4a5ae1017201a7ee37ba2727163a ("bgpd: Implement LLGR helper mode")
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_fsm.c