tools: Add missing keyword segment-routing srv6 in frr-reload

Fix the error below:

```
[58564|mgmtd] sending configuration
[58565|zebra] sending configuration,
line 10: % Unknown command[52]:  node-msd
[58573|isisd] sending configuration
[58565|zebra] Configuration file[/etc/frr/frr.conf] processing failure: 2
```

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
Carmine Scarpitta 2024-11-23 08:46:00 +01:00
parent c84fd512ca
commit b4babae93b

View file

@ -255,7 +255,9 @@ ctx_keywords = {
},
"router rip": {},
"router ripng": {},
"router isis ": {},
"router isis ": {
"segment-routing srv6": {},
},
"router openfabric ": {},
"router ospf": {},
"router ospf6": {},