Skip to content

Commit

Permalink
Merge pull request FRRouting#17764 from FRRouting/mergify/bp/stable/1…
Browse files Browse the repository at this point in the history
…0.1/pr-17750

tools: Add missing rpki keyword to vrf in frr-reload (backport FRRouting#17750)
  • Loading branch information
Jafaral authored Jan 5, 2025
2 parents 01e04de + bb0ccd9 commit 14c9c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/frr-reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def get_normalized_interface_vrf(line):
"mpls ldp": {"address-family ": {"interface ": {}}},
"l2vpn ": {"member pseudowire ": {}},
"key chain ": {"key ": {}},
"vrf ": {},
"vrf ": {"rpki": {}},
"interface ": {"link-params": {}},
"pseudowire ": {},
"segment-routing": {
Expand Down

0 comments on commit 14c9c92

Please sign in to comment.