]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Set LLGR stale routes for all the paths including addpath 17393/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:59:17 +0000 (09:59 +0200)
commit896958317e758de0f137e82459b54450fb553ab7
treeae9525277b0e6f53c0e0e301c1b37f87e69a6b61
parent099795ee61e98c7552c2d92658de37dbdedad7c7
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