mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
Merge pull request #17719 from jvoss/srv6_format
tools: Add missing formats keyword to segment-routing in frr-reload
This commit is contained in:
commit
38c3419f3d
@ -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 ": {},
|
||||
|
Loading…
Reference in New Issue
Block a user