mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 05:45:33 +00:00
ospfd, lib: Fix no pce address syntax
And change parser debugging messages to zlog_debug Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
fa496b0a2e
commit
2328428d20
@ -459,7 +459,7 @@ doc_next (struct cmd_element *el)
|
||||
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 = "";
|
||||
}
|
||||
|
||||
|
||||
@ -1307,7 +1307,7 @@ DEFUN (pce_address,
|
||||
|
||||
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"
|
||||
@ -1358,7 +1358,7 @@ DEFUN (pce_path_scope,
|
||||
|
||||
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user