From: Jonathan Voss Date: Fri, 3 Jan 2025 03:19:30 +0000 (+0000) Subject: tools: Add missing rpki keyword to vrf in frr-reload X-Git-Tag: base_10.3~110^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=975ee8ed6eb22f68538f3446b29ca34d65bec72f;p=mirror%2Ffrr.git 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 --- diff --git a/tools/frr-reload.py b/tools/frr-reload.py index 2ea63a290e..dba50b3c53 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -270,7 +270,7 @@ ctx_keywords = { "mpls ldp": {"address-family ": {"interface ": {}}}, "l2vpn ": {"member pseudowire ": {}}, "key chain ": {"key ": {}}, - "vrf ": {}, + "vrf ": {"rpki": {}}, "interface ": {"link-params": {}}, "pseudowire ": {}, "segment-routing": {