Skip to content

Commit

Permalink
Merge pull request #10109 from FRRouting/mergify/bp/stable/8.0/pr-10057
Browse files Browse the repository at this point in the history
bgpd: Do not send LLA for route-server-client peers (backport #10057)
  • Loading branch information
donaldsharp committed Nov 24, 2021
2 parents 37a992e + 6935dcc commit e6526a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ bool subgroup_announce_check(struct bgp_dest *dest, struct bgp_path_info *pi,
if ((CHECK_FLAG(peer->af_flags[afi][safi],
PEER_FLAG_NEXTHOP_LOCAL_UNCHANGED)
&& IN6_IS_ADDR_LINKLOCAL(&attr->mp_nexthop_local))
|| (!reflect
|| (!reflect && !transparent
&& IN6_IS_ADDR_LINKLOCAL(&peer->nexthop.v6_local)
&& peer->shared_network
&& (from == bgp->peer_self
Expand Down

0 comments on commit e6526a6

Please sign in to comment.