Merge pull request #3455 from donaldsharp/full_revert

bgpd: Back out rest of e23b9ef6d2
This commit is contained in:
Russ White 2018-12-08 10:07:30 -05:00 committed by GitHub
commit 29f00acc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -578,7 +578,7 @@ leak_update(struct bgp *bgp, /* destination bgp instance */
return bpi;
}
new = info_make(bpi_ultimate->type, BGP_ROUTE_IMPORTED, 0,
new = info_make(ZEBRA_ROUTE_BGP, BGP_ROUTE_IMPORTED, 0,
bgp->peer_self, new_attr, bn);
if (nexthop_self_flag)