diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 20:16:07 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 20:16:07 +0000 |
| commit | 2328428d2004fc83f3d3ca31d4a482d64ec149f3 (patch) | |
| tree | a262da6524044fcd091b74b547eb728ca09f21a2 /ospfd/ospf_ri.c | |
| parent | fa496b0a2e5e980664365fd34ba3d066e79f2a94 (diff) | |
ospfd, lib: Fix `no pce address` syntax
And change parser debugging messages to zlog_debug
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_ri.c')
| -rw-r--r-- | ospfd/ospf_ri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c index 30d203f5b5..28957e04c6 100644 --- a/ospfd/ospf_ri.c +++ b/ospfd/ospf_ri.c @@ -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" |
