Skip to content

Commit

Permalink
Merge pull request FRRouting#17498 from cscarpitta/fix/fix-frr-reload-2
Browse files Browse the repository at this point in the history
tools: Add missing keyword `encapsulation` in frr-reload
  • Loading branch information
donaldsharp authored Nov 24, 2024
2 parents a7b25c4 + c8e83c3 commit 28b45fd
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 @@ -279,7 +279,7 @@ def get_normalized_interface_vrf(line):
"policy ": {"candidate-path ": {}},
"pcep": {"pcc": {}, "pce ": {}, "pce-config ": {}},
},
"srv6": {"locators": {"locator ": {}}},
"srv6": {"locators": {"locator ": {}}, "encapsulation": {}},
},
"nexthop-group ": {},
"route-map ": {},
Expand Down

0 comments on commit 28b45fd

Please sign in to comment.