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) #17765

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)
@ton31337
Copy link
Member

ton31337 commented Jan 5, 2025

ci:rerun CI stuck

@Jafaral Jafaral merged commit 23812cb into stable/10.0 Jan 5, 2025
12 checks passed
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