Skip to content

Commit

Permalink
bgpd: fix bgp path info for mplsvpn leaked routes so that they are co…
Browse files Browse the repository at this point in the history
…rrectly seen (and checked) by the rnh module in Zebra
  • Loading branch information
adeg committed Nov 12, 2018
1 parent 47a2d5e commit e23b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_mplsvpn.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ leak_update(struct bgp *bgp, /* destination bgp instance */
return bpi; 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); bgp->peer_self, new_attr, bn);


if (nexthop_self_flag) if (nexthop_self_flag)
Expand Down

0 comments on commit e23b9ef

Please sign in to comment.