]> git.puffer.fish Git - matthieu/frr.git/commit
pathd: fix excessive doc string on pcep msd command
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)
commit84e54c10ec4a8eb5d7f8cdfadcb6cfd9aa8b6d46
tree7ebc4cd97bc7f9701812eb074e4c6c9f94babfbe
parent05567badb44fcaae35bb1cf801cfe327486d9c43
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>
pathd/path_pcep_cli.c