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: "default-originate" shouldn't withdraw non-default routes (backport #15032) #15039

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Dec 18, 2023

This is an automatic backport of pull request #15032 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Prevent "default-originate" from withdrawing non-default routes like
0.0.0.0/1 by checking prefix length.

Signed-off-by: Xiao Liang <[email protected]>
(cherry picked from commit 4d74ba9)
Ensure that 0.0.0.0/1 route can be advertised along with
default-originate.

Signed-off-by: Xiao Liang <[email protected]>
(cherry picked from commit 4538247)
@frrbot frrbot bot added bgp tests Topotests, make check, etc labels Dec 18, 2023
@donaldsharp donaldsharp merged commit 30f4de3 into stable/9.1 Dec 18, 2023
10 of 11 checks passed
@mergify mergify bot deleted the mergify/bp/stable/9.1/pr-15032 branch December 18, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bgp size/S stable/9.1 tests Topotests, make check, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants