summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-12-08 10:07:30 -0500
committerGitHub <noreply@github.com>2018-12-08 10:07:30 -0500
commit29f00acc8c9aefc3b001b9deae84ba6b858fb29f (patch)
tree4740f131dcdc0c94af42564c5c80232237afcf43
parentca305e9ad8e6d5ff39829b9fc4f48d7d2e338b77 (diff)
parentbe180f9736544aac313d19398b8cfda0c78c9e14 (diff)
Merge pull request #3455 from donaldsharp/full_revert
bgpd: Back out rest of e23b9ef6d2
-rw-r--r--bgpd/bgp_mplsvpn.c2
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)