Skip to content

Commit

Permalink
Merge pull request FRRouting#17719 from jvoss/srv6_format
Browse files Browse the repository at this point in the history
tools: Add missing formats keyword to segment-routing in frr-reload
  • Loading branch information
ton31337 authored Dec 31, 2024
2 parents 8d8f73e + 5b8b821 commit 38c3419
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/frr-reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,11 @@ def get_normalized_interface_vrf(line):
"policy ": {"candidate-path ": {}},
"pcep": {"pcc": {}, "pce ": {}, "pce-config ": {}},
},
"srv6": {"locators": {"locator ": {}}, "encapsulation": {}},
"srv6": {
"locators": {"locator ": {}},
"encapsulation": {},
"formats": {"format": {}},
},
},
"nexthop-group ": {},
"route-map ": {},
Expand Down

0 comments on commit 38c3419

Please sign in to comment.