mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
Merge pull request #634 from dwalton76/bgp-ipv6-nexthop-ll-and-global-takeII
bgpd: resolve IPv6 LL and Global nexthop issue
This commit is contained in:
commit
f0683d2227
@ -1455,7 +1455,7 @@ subgroup_announce_check (struct bgp_node *rn, struct bgp_info *ri,
|
||||
|
||||
#define NEXTHOP_IS_V6 (\
|
||||
(safi != SAFI_ENCAP && safi != SAFI_MPLS_VPN &&\
|
||||
(p->family == AF_INET6 || peer_cap_enhe(peer, AFI_IP6, safi))) || \
|
||||
(p->family == AF_INET6 || peer_cap_enhe(peer, afi, safi))) || \
|
||||
((safi == SAFI_ENCAP || safi == SAFI_MPLS_VPN) &&\
|
||||
attr->extra->mp_nexthop_len >= IPV6_MAX_BYTELEN))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user