frr/vtysh
Carmine Scarpitta 96134d1964 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>
2025-02-27 12:17:26 +01:00
..
.gitignore vtysh, lib: preprocess CLI graphs 2024-07-31 08:08:53 -04:00
daemons.pl *: manual SPDX License ID conversions 2023-02-09 14:09:07 +01:00
Makefile build: non-recursive vtysh 2018-09-08 21:26:54 +02:00
subdir.am vtysh, lib: preprocess CLI graphs 2024-07-31 08:08:53 -04:00
vtysh.c vtysh: Add no static-sids command 2025-02-27 12:17:26 +01:00
vtysh.h lib: Memory spike reduction for sh cmds at scale 2024-08-27 12:47:00 -07:00
vtysh_config.c lib: common debug config output 2024-08-27 09:53:02 -04:00
vtysh_main.c vtysh: fix SA warning, no need to call getenv() twice 2024-10-15 11:11:03 -05:00
vtysh_user.c vtysh: Give actual pam error messages 2023-05-26 07:44:11 -04:00
vtysh_user.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00