]> git.puffer.fish Git - mirror/frr.git/commitdiff
tools: Add missing keyword `node-msd` in frr-reload 17493/head
authorCarmine Scarpitta <cscarpit@cisco.com>
Sat, 23 Nov 2024 07:46:50 +0000 (08:46 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Sat, 23 Nov 2024 07:56:05 +0000 (08:56 +0100)
Fix the error below:

```
[58564|mgmtd] sending configuration
[58565|zebra] sending configuration,
line 14: % Unknown command[52]:  max-segs-left 3
line 18: % Unknown command[52]:  max-end-pop 3
line 22: % Unknown command[52]:  max-h-encaps 2
line 26: % Unknown command[52]:  max-end-d 5
[58573|isisd] sending configuration
[58565|zebra] Configuration file[/etc/frr/frr.conf] processing failure: 2
```

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
tools/frr-reload.py

index baa6285f458c3e114a471f6a5c37a7584533ae06..33d6cf04444b54925764581c53df065d3ecba39e 100755 (executable)
@@ -256,7 +256,9 @@ ctx_keywords = {
     "router rip": {},
     "router ripng": {},
     "router isis ": {
-        "segment-routing srv6": {},
+        "segment-routing srv6": {
+            "node-msd": {},
+        },
     },
     "router openfabric ": {},
     "router ospf": {},