diff options
Diffstat (limited to 'bgpd/bgp_route.c')
| -rw-r--r-- | bgpd/bgp_route.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index c02638a5bd..9f8bc87137 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -2464,8 +2464,6 @@ bool subgroup_announce_check(struct bgp_dest *dest, struct bgp_path_info *pi,  	 * announced to an EBGP peer (and they have the same attributes barring  	 * their nexthop).  	 */ -	if (ibgp_to_ibgp) -		SET_FLAG(attr->rmap_change_flags, BATTR_REFLECTED);  #define NEXTHOP_IS_V6                                                          \  	((safi != SAFI_ENCAP && safi != SAFI_MPLS_VPN                          \  | 
