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

tools: Add missing rpki keyword to vrf in frr-reload (backport #17750) #17763

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jan 4, 2025

When reloading the following configuration:

vrf red
 rpki
  rpki cache tcp 172.65.0.2 8282 preference 1
 exit
exit-vrf

frr-reload.py does not properly enter the rpki context within a vrf. Because of this, it fails to apply RPKI configurations.


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

When reloading the following configuration:
```
vrf red
 rpki
  rpki cache tcp 172.65.0.2 8282 preference 1
 exit
exit-vrf
```
frr-reload.py does not properly enter the `rpki` context
within a `vrf`. Because of this, it fails to apply RPKI
configurations.

Signed-off-by: Jonathan Voss <[email protected]>
(cherry picked from commit 975ee8e)
@frrbot frrbot bot added the tools label Jan 4, 2025
@ton31337 ton31337 merged commit fe82a7f into stable/10.2 Jan 5, 2025
14 checks passed
@ton31337 ton31337 deleted the mergify/bp/stable/10.2/pr-17750 branch January 5, 2025 12:18
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.

2 participants