]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: do not insert link-local with local unchanged
authorLouis Scalbert <louis.scalbert@6wind.com>
Wed, 9 Oct 2024 15:06:19 +0000 (17:06 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 11 Oct 2024 05:36:38 +0000 (05:36 +0000)
commit43dfda662146cb9a119cd354c0432697140f0648
tree6888ee09d6964351a8b694dda3b4e4bff818b3f6
parent2d85fc99396ac0f8176a7e6b447b1974f2548aa2
bgpd: do not insert link-local with local unchanged

Do not add an IPv6 link-local nexthop if the originating peer does not
provide one and the nexthop-local unchanged setting is enabled.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
(cherry picked from commit 34c1dd076e5f9ea2a7eb8820b204696dc692667d)
bgpd/bgp_route.c