]> git.puffer.fish Git - mirror/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)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 10 Oct 2024 09:38:58 +0000 (11:38 +0200)
commit34c1dd076e5f9ea2a7eb8820b204696dc692667d
tree8c7a7f8bf4e448b7aa8dca855e33fcceb484e026
parent38ad215feb313775e066c807a9a2bdf672d3c067
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>
bgpd/bgp_route.c