diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2025-02-26 15:34:19 +0100 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2025-02-28 14:16:15 +0000 |
| commit | c528ba2ea5b271c50fa899a5449395ae6dc05815 (patch) | |
| tree | e14923e346043d105142e4a82e543bc69aa90ad5 /pathd/path_errors.c | |
| parent | b44c54889cca02abf5b71ff67722f928efefc7a6 (diff) | |
staticd: Add `no` form for `static-sids` command
Currently, when the user tries to delete all static SIDs with the
`no static-sids` command, staticd returns an error.
```
router# config
router(config)# segment-routing
router(sr)# srv6
router(srv6)# no static-sids
% Unknown command: no static-sids
```
The problem is the `static-sids` command does not support the `no` form.
This PR enables the `no` form for the `static-sids` command.
```
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 ab7a7541a669ebe586d8de8015e7eb68c0365c2b)
Diffstat (limited to 'pathd/path_errors.c')
0 files changed, 0 insertions, 0 deletions
