mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
Fixup 'force' -vs- 'all' compile issue
Our code implemented 'force' for a keyword while quagga mainline implemented 'all'. This fixups the #define usage that was missed that came in during one of the patch files. This is a compile only testing Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
d8dc52578c
commit
d998c0f713
@ -1480,7 +1480,7 @@ subgroup_announce_check (struct bgp_info *ri, struct update_subgroup *subgrp,
|
||||
{
|
||||
if (!reflect ||
|
||||
CHECK_FLAG (peer->af_flags[afi][safi],
|
||||
PEER_FLAG_FORCE_NEXTHOP_SELF))
|
||||
PEER_FLAG_NEXTHOP_SELF_ALL))
|
||||
subgroup_announce_reset_nhop (p->family, attr);
|
||||
}
|
||||
else if (peer->sort == BGP_PEER_EBGP)
|
||||
|
Loading…
Reference in New Issue
Block a user