Merge pull request #17498 from cscarpitta/fix/fix-frr-reload-2

tools: Add missing keyword `encapsulation` in frr-reload
This commit is contained in:
Donald Sharp 2024-11-24 08:49:20 -05:00 committed by GitHub
commit 28b45fd553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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