diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2025-02-26 15:34:19 +0100 |
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2025-02-27 12:17:26 +0100 |
| commit | ab7a7541a669ebe586d8de8015e7eb68c0365c2b (patch) | |
| tree | cd8c34f5440cec0b5ebed7c5a4b6274aaa80939e /zebra/zebra_mpls_openbsd.c | |
| parent | e7640f388538cba10bf954460315c7c9fac22d04 (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>
Diffstat (limited to 'zebra/zebra_mpls_openbsd.c')
0 files changed, 0 insertions, 0 deletions
