Merge pull request #17719 from jvoss/srv6_format

tools: Add missing formats keyword to segment-routing in frr-reload
This commit is contained in:
Donatas Abraitis 2024-12-31 15:33:21 +02:00 committed by GitHub
commit 38c3419f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -279,7 +279,11 @@ ctx_keywords = {
"policy ": {"candidate-path ": {}},
"pcep": {"pcc": {}, "pce ": {}, "pce-config ": {}},
},
"srv6": {"locators": {"locator ": {}}, "encapsulation": {}},
"srv6": {
"locators": {"locator ": {}},
"encapsulation": {},
"formats": {"format": {}},
},
},
"nexthop-group ": {},
"route-map ": {},