summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-11-12 16:06:43 -0600
committerGitHub <noreply@github.com>2024-11-12 16:06:43 -0600
commita421e9f4dc4d64b815d119437198bb20b256dfed (patch)
tree545d1b72a3b3b7cbba5b4be272544bab0c12e314
parentc36a1c27c604fbddd8e97a52e6b5d489a07bb3f9 (diff)
parent531a7a2d915112e10e8569cb1f063f466c4fd2e7 (diff)
Merge pull request #17418 from FRRouting/mergify/bp/stable/9.1/pr-17402
bgpd: Fix for match source-protocol in route-map for redistribute cmd (backport) (backport #17402)
-rw-r--r--bgpd/bgp_route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c
index 021642e7db..de97bd5f99 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);