diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-03-03 09:24:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 09:24:39 +0200 |
| commit | dfc2f24cb325e71b9f58c38768637e8f28674fa2 (patch) | |
| tree | fc50e08d8721003b9ac5ef5c9743929c66fb928b /staticd/static_vty.c | |
| parent | c72af5e5d34616f22ef5fc215c22ff4153539463 (diff) | |
| parent | 0e0eca6c5f287c936570a3be50dde120ade1b9b8 (diff) | |
Merge pull request #18289 from cscarpitta/fix/fix_no_srv6_staticd
staticd: Fix `no srv6` command
Diffstat (limited to 'staticd/static_vty.c')
| -rw-r--r-- | staticd/static_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c index 92965681e3..ffa90d5352 100644 --- a/staticd/static_vty.c +++ b/staticd/static_vty.c @@ -1175,7 +1175,7 @@ DEFUN_NOSH (static_srv6, static_srv6_cmd, return CMD_SUCCESS; } -DEFUN_YANG_NOSH (no_static_srv6, no_static_srv6_cmd, +DEFUN_YANG (no_static_srv6, no_static_srv6_cmd, "no srv6", NO_STR "Segment Routing SRv6\n") |
