]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: prefer link-local to a ipv4-mapped ipv6 global
authorLouis Scalbert <louis.scalbert@6wind.com>
Mon, 8 Apr 2024 11:18:20 +0000 (13:18 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Tue, 23 Apr 2024 09:28:36 +0000 (11:28 +0200)
commit5dd731af8421e8b3070eec0b3af4ad234c95c6bb
treeda7c6fd3ace210fc230e329e2a8e7cb904517427
parentfc5a738409eac9ca938cbb398872ea77d9cc5023
bgpd: prefer link-local to a ipv4-mapped ipv6 global

When a peer sends an IPv4-mapped IPv6 global and a IPv6 link-local
nexthop, prefer the link-local unless a route-map tells to use the
global.

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