diff options
| author | Russ White <russ@riw.us> | 2018-12-08 10:07:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-08 10:07:30 -0500 |
| commit | 29f00acc8c9aefc3b001b9deae84ba6b858fb29f (patch) | |
| tree | 4740f131dcdc0c94af42564c5c80232237afcf43 | |
| parent | ca305e9ad8e6d5ff39829b9fc4f48d7d2e338b77 (diff) | |
| parent | be180f9736544aac313d19398b8cfda0c78c9e14 (diff) | |
Merge pull request #3455 from donaldsharp/full_revert
bgpd: Back out rest of e23b9ef6d2
| -rw-r--r-- | bgpd/bgp_mplsvpn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_mplsvpn.c b/bgpd/bgp_mplsvpn.c index baf2c1e029..d4204126e1 100644 --- a/bgpd/bgp_mplsvpn.c +++ b/bgpd/bgp_mplsvpn.c @@ -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) |
