]> git.puffer.fish Git - mirror/frr.git/commitdiff
pathd: fix excessive doc string on pcep msd command 14925/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 1 Dec 2023 08:24:50 +0000 (09:24 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 1 Dec 2023 13:29:53 +0000 (14:29 +0100)
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>
pathd/path_pcep_cli.c

index f0c145c5d6cd26a38f0786dcd0f0564c771ab53a..e0926ea62d816e64b48e921890968e14447fbf57 100644 (file)
@@ -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")
 {