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:
Donald Sharp 2015-05-20 07:00:02 -07:00
parent d8dc52578c
commit d998c0f713

View File

@ -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)