summaryrefslogtreecommitdiff
path: root/pathd/path_pcep_cli.c
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2023-12-01 09:24:50 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2023-12-01 14:29:53 +0100
commit84e54c10ec4a8eb5d7f8cdfadcb6cfd9aa8b6d46 (patch)
tree7ebc4cd97bc7f9701812eb074e4c6c9f94babfbe /pathd/path_pcep_cli.c
parent05567badb44fcaae35bb1cf801cfe327486d9c43 (diff)
pathd: fix excessive doc string on pcep msd command
The following message appears after starting pathd: > root@ubuntu2204:~# vtysh > 2023/10/31 05:59:10 [K2CCG-5Y7ZJ] Excessive docstring while parsing 'msd (1-32)' > 2023/10/31 05:59:10 [W7ENN-K2SVA] ---------- > 2023/10/31 05:59:10 [WCW75-6TZPF] PCC maximum SID depth value > 2023/10/31 05:59:10 [W7ENN-K2SVA] ---------- Remove the excessive doc string in the pcep msd command. Fixes: d6d2527448ef ("pathd: fix 'no msd' command not possible under pcc node") Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'pathd/path_pcep_cli.c')
-rw-r--r--pathd/path_pcep_cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathd/path_pcep_cli.c b/pathd/path_pcep_cli.c
index f0c145c5d6..e0926ea62d 100644
--- a/pathd/path_pcep_cli.c
+++ b/pathd/path_pcep_cli.c
@@ -2044,7 +2044,6 @@ DEFPY(pcep_cli_no_pcc,
DEFPY(pcep_cli_pcc_pcc_msd,
pcep_cli_pcc_pcc_msd_cmd,
"msd (1-32)",
- NO_STR
"PCC maximum SID depth \n"
"PCC maximum SID depth value\n")
{