diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2025-03-03 09:38:03 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 09:38:03 -0500 | 
| commit | ab5f41ef5485885be61849058b1af4ef77f6bbe7 (patch) | |
| tree | cb9d35d115424d65da443fcf21e0cb4724186fc2 /staticd/static_vty.c | |
| parent | a4a3926582860dd684917b065738c512a25eca02 (diff) | |
| parent | 3eec1b51163d5adcfc03a910112d7295b7a003ea (diff) | |
Merge pull request #18292 from FRRouting/mergify/bp/dev/10.3/pr-18289
staticd: Fix `no srv6` command (backport #18289)
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 13a61e52c7..a6b4415e28 100644 --- a/staticd/static_vty.c +++ b/staticd/static_vty.c @@ -1159,7 +1159,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")  | 
