mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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:
parent
c84fd512ca
commit
b4babae93b
|
@ -255,7 +255,9 @@ ctx_keywords = {
|
|||
},
|
||||
"router rip": {},
|
||||
"router ripng": {},
|
||||
"router isis ": {},
|
||||
"router isis ": {
|
||||
"segment-routing srv6": {},
|
||||
},
|
||||
"router openfabric ": {},
|
||||
"router ospf": {},
|
||||
"router ospf6": {},
|
||||
|
|
Loading…
Reference in a new issue