diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 021642e7dbda..de97bd5f9941 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -8600,6 +8600,7 @@ void bgp_redistribute_add(struct bgp *bgp, struct prefix *p, memset(&rmap_path, 0, sizeof(rmap_path)); rmap_path.peer = bgp->peer_self; rmap_path.attr = &attr_new; + rmap_path.type = type; SET_FLAG(bgp->peer_self->rmap_type, PEER_RMAP_TYPE_REDISTRIBUTE);