]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: recheck leak nexthop validity
authorLouis Scalbert <louis.scalbert@6wind.com>
Tue, 5 Nov 2024 14:53:43 +0000 (15:53 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 4 Feb 2025 13:35:58 +0000 (14:35 +0100)
commitbb986e96dce86706535813f2d1ca8c249f9bbbe8
tree99120d81e8d033a26762f7a79f7eabcdbf9aeac6
parent779077bf5672e94242e87fb9d905fe6b5ddc397e
bgpd: recheck leak nexthop validity

When leak_update() rechecks an existing path, it considers nothing to
update if the attributes and labels are not changed. However, it does
not take into account the nexthop validity.

Perform a leak update if the nexthop validity has changed.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_mplsvpn.c