]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: Add `no static-sids` command
authorCarmine Scarpitta <cscarpit@cisco.com>
Thu, 27 Feb 2025 11:12:39 +0000 (12:12 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 28 Feb 2025 14:16:16 +0000 (14:16 +0000)
commit720879b08a34ff7f166f3c1b8f5a1c75e7d00b9b
tree8d0fcdf4a68ac870d43bc36b49e77bd51f92874c
parentc528ba2ea5b271c50fa899a5449395ae6dc05815
vtysh: Add `no static-sids` command

Previous commits introduced the `no` form for the `static-sids` command.
This change allow users to remove all static SIDs at once.

This commit makes the `no static-sids` command available in vtysh.

```
router# config
router(config)# segment-routing
router(sr)# srv6
router(srv6)# no static-sids
```

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
(cherry picked from commit 96134d196490c304b3b78487b06f0d34ce488651)
vtysh/vtysh.c