Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgpd: Fix for match source-protocol in route-map for redistribute cmd (backport) #17402

Conversation

ton31337
Copy link
Member

@ton31337 ton31337 commented Nov 9, 2024

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 [email protected]

Signed-off-by: Rajasekar Raja [email protected]
(cherry picked from commit 68358c0)

@ton31337
Copy link
Member Author

ton31337 commented Nov 9, 2024

@Mergifyio backport stable/10.0 stable/9.1 stable/9.0

Copy link

mergify bot commented Nov 9, 2024

backport stable/10.0 stable/9.1 stable/9.0

✅ Backports have been created

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 <[email protected]>

Signed-off-by: Rajasekar Raja <[email protected]>
(cherry picked from commit 68358c0)
Signed-off-by: Donatas Abraitis <[email protected]>
@ton31337 ton31337 force-pushed the fix/backport_031d4271018e827010abfa8f3ecfe60bbf1de21d_10.1 branch from 8246d9f to f93e5aa Compare November 10, 2024 17:11
@github-actions github-actions bot added size/XS and removed size/M labels Nov 10, 2024
Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@riw777 riw777 merged commit 5755329 into FRRouting:stable/10.1 Nov 12, 2024
11 checks passed
Jafaral added a commit that referenced this pull request Nov 12, 2024
bgpd: Fix for match source-protocol in route-map for redistribute cmd (backport) (backport #17402)
@ton31337 ton31337 deleted the fix/backport_031d4271018e827010abfa8f3ecfe60bbf1de21d_10.1 branch November 12, 2024 18:12
Jafaral added a commit that referenced this pull request Nov 12, 2024
bgpd: Fix for match source-protocol in route-map for redistribute cmd (backport) (backport #17402)
ton31337 added a commit that referenced this pull request Nov 13, 2024
bgpd: Fix for match source-protocol in route-map for redistribute cmd (backport) (backport #17402)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants