mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 14:01:57 +00:00
Merge pull request #17498 from cscarpitta/fix/fix-frr-reload-2
tools: Add missing keyword `encapsulation` in frr-reload
This commit is contained in:
commit
28b45fd553
@ -279,7 +279,7 @@ ctx_keywords = {
|
|||||||
"policy ": {"candidate-path ": {}},
|
"policy ": {"candidate-path ": {}},
|
||||||
"pcep": {"pcc": {}, "pce ": {}, "pce-config ": {}},
|
"pcep": {"pcc": {}, "pce ": {}, "pce-config ": {}},
|
||||||
},
|
},
|
||||||
"srv6": {"locators": {"locator ": {}}},
|
"srv6": {"locators": {"locator ": {}}, "encapsulation": {}},
|
||||||
},
|
},
|
||||||
"nexthop-group ": {},
|
"nexthop-group ": {},
|
||||||
"route-map ": {},
|
"route-map ": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user