Skip to content

Commit

Permalink
Merge pull request #3310 from adeg/bugfix/bgpd-mplsvpn-route-import-c…
Browse files Browse the repository at this point in the history
…heck

bgpd: fix bgp path info for mplsvpn leaked routes
  • Loading branch information
donaldsharp authored Nov 13, 2018
2 parents bddea5f + e23b9ef commit 44711ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_mplsvpn.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ leak_update(struct bgp *bgp, /* destination bgp instance */
return bpi;
}

new = info_make(ZEBRA_ROUTE_BGP, BGP_ROUTE_IMPORTED, 0,
new = info_make(bpi_ultimate->type, bpi_ultimate->sub_type, 0,
bgp->peer_self, new_attr, bn);

if (nexthop_self_flag)
Expand Down

0 comments on commit 44711ae

Please sign in to comment.