]> git.puffer.fish Git - matthieu/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>
Fri, 8 Nov 2024 08:01:10 +0000 (10:01 +0200)
commit875337f58673ad15bd4caaf4ce2ccc393c3f5b25
treec28d8b33a089c95c62ff492884d3a86db2eec4d8
parent3dfcbf672cb219199847bde98d0913bf5ea90119
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