diff options
| author | Jonathan Voss <jvoss@onvox.net> | 2024-12-24 23:26:37 +0000 |
|---|---|---|
| committer | Jonathan Voss <jvoss@onvox.net> | 2024-12-25 00:46:17 +0000 |
| commit | dcb03c44e7544ec0381c2706c7c5972dffb16adb (patch) | |
| tree | 28e63de5ac02476b91476ed3c67c9140f717afd4 /tools/frr-reload.py | |
| parent | 9ce3b144c99f172d611a94f9f4f2e1272664a31e (diff) | |
isisd: fix srv6 exit statements
Fix missing and misplaced `exit` statements to `show running-config` output.
Before:
```
router isis ISIS_CORE
[...]
segment-routing srv6
locator ISIS_LOC
exit <<<<<<< always placed after locator
node-msd
[...]
exit <<<<<<< missng
interface dum6
exit
```
After:
```
router isis ISIS_CORE
[...]
segment-routing srv6
locator ISIS_LOC
node-msd
[...]
exit
interface dum6
exit
exit
```
Related #16694
Signed-off-by: Jonathan Voss <jvoss@onvox.net>
Diffstat (limited to 'tools/frr-reload.py')
0 files changed, 0 insertions, 0 deletions
