summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi/vnc_debug.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-01-09 16:25:16 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-01-09 16:25:16 +0100
commit034d2de2e61485847bc9380bd9211d4c7d4567bf (patch)
tree43ad4b4bc6bc72ba78abdcdb21eb0680863f79fb /bgpd/rfapi/vnc_debug.c
parentlib: Fixup 'ipv6 distribute-list ... ' cli help strings (diff)
downloadfrr-034d2de2e61485847bc9380bd9211d4c7d4567bf.tar.xz
frr-034d2de2e61485847bc9380bd9211d4c7d4567bf.zip
bgpd: Fixup some vnc cli
Fixup the vnc cli to use the new syntax as well as fixup a bunch of cli help strings that were wrong. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/rfapi/vnc_debug.c')
-rw-r--r--bgpd/rfapi/vnc_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/rfapi/vnc_debug.c b/bgpd/rfapi/vnc_debug.c
index bf7a898f5..ec5717622 100644
--- a/bgpd/rfapi/vnc_debug.c
+++ b/bgpd/rfapi/vnc_debug.c
@@ -95,6 +95,7 @@ DEFUN (no_debug_bgp_vnc,
"<no debug|undebug> bgp vnc <rfapi-query|import-bi-attach|import-del-remote|verbose>",
NO_STR
DEBUG_STR
+ "Undebug"
BGP_STR
VNC_STR
"rfapi query handling\n"
@@ -138,6 +139,7 @@ DEFUN (no_debug_bgp_vnc_all,
"<no debug|undebug> all bgp vnc",
NO_STR
DEBUG_STR
+ "Undebug command\n"
"Disable all VNC debugging\n"
BGP_STR
VNC_STR)