mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 08:56:13 +00:00
tools: Add missing rpki keyword to vrf in frr-reload
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 <jvoss@onvox.net>
(cherry picked from commit 975ee8ed6e
)
This commit is contained in:
parent
ae3d2f08de
commit
45a24ef674
@ -264,7 +264,7 @@ ctx_keywords = {
|
||||
"mpls ldp": {"address-family ": {"interface ": {}}},
|
||||
"l2vpn ": {"member pseudowire ": {}},
|
||||
"key chain ": {"key ": {}},
|
||||
"vrf ": {},
|
||||
"vrf ": {"rpki": {}},
|
||||
"interface ": {"link-params": {}},
|
||||
"pseudowire ": {},
|
||||
"segment-routing": {
|
||||
|
Loading…
Reference in New Issue
Block a user