From 9d94d5e81269d0f526a82f3405411dec2b52eeb5 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Fri, 30 Nov 2018 19:35:25 +0000 Subject: [PATCH] bgpd: partially revert e23b9ef6d271223d29c7f91a10d98aa6dcd252b3 previous change was to fix rnh module in Zebra for leaked routes this reverts that fix, so probably reintroduces the problem. Signed-off-by: Lou Berger --- bgpd/bgp_mplsvpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_mplsvpn.c b/bgpd/bgp_mplsvpn.c index 6668823d64..baf2c1e029 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, bpi_ultimate->sub_type, 0, + new = info_make(bpi_ultimate->type, BGP_ROUTE_IMPORTED, 0, bgp->peer_self, new_attr, bn); if (nexthop_self_flag) -- 2.39.5