]> git.puffer.fish Git - matthieu/frr.git/commit
tools: Add missing rpki keyword to vrf in frr-reload
authorJonathan Voss <jvoss@onvox.net>
Fri, 3 Jan 2025 03:19:30 +0000 (03:19 +0000)
committerJonathan Voss <jvoss@onvox.net>
Fri, 3 Jan 2025 03:31:57 +0000 (03:31 +0000)
commit975ee8ed6eb22f68538f3446b29ca34d65bec72f
tree1984f506425ace6fea18c5750ec5b9652aaeeeba
parent352b97ff00c6aad2b19ceba8f631ea5adba3a2d8
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>
tools/frr-reload.py