]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix for match source-protocol in route-map for redistribute cmd 17402/head
authorRajasekar Raja <rajasekarr@nvidia.com>
Mon, 21 Oct 2024 17:53:27 +0000 (10:53 -0700)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 10 Nov 2024 17:11:44 +0000 (19:11 +0200)
commitf93e5aa1663d9b375e0673f4eed367f9a009fa88
tree0946757cb45e2ead50d3a3502f1ad2c18f15178c
parent7f28c4786a482c1247b79c6d1f69b6899b266a10
bgpd: Fix for match source-protocol in route-map for redistribute cmd

A redistribute cmd can have a route-map attached to it and adding the
match source-protocol to that route-map means BGP to filter which
protocol routes to accept among the bunch of routes zebra is sending.

Fixing this since this wasnt implemented earlier.

Ticket :#4119692

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Signed-off-by: Rajasekar Raja <rajasekarr@nvidia.com>
(cherry picked from commit 68358c0f928eafe50c9e73b0cb6a443c03f2a33f)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_route.c