And change parser debugging messages to zlog_debug
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
const char *piece = docstr ? strsep (&docstr, "\n") : "";
if (*piece == 0x03)
{
- zlog_warn ("Ran out of docstring while parsing '%s'", el->string);
+ zlog_debug ("Ran out of docstring while parsing '%s'", el->string);
piece = "";
}
DEFUN (no_pce_address,
no_pce_address_cmd,
- "no pce address {A.B.C.D}",
+ "no pce address [A.B.C.D]",
NO_STR
PCE_STR
"Disable PCE address\n"
DEFUN (no_pce_path_scope,
no_pce_path_scope_cmd,
- "no pce scope {BITPATTERN}",
+ "no pce scope [BITPATTERN]",
NO_STR
PCE_STR
"Disable PCE path scope\n"