]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Set LLGR stale routes for all the paths including addpath 17392/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 7 Nov 2024 11:08:35 +0000 (13:08 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 8 Nov 2024 07:57:18 +0000 (09:57 +0200)
commita603771fd7c26cd1366824f06f6509f0615fcafb
treed9cff71852fb94b4a2014d28cbae3f3a2b5c8c96
parent6225c5de8b3d83479a0422c0a45c2b0f314983c6
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