]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_debug.c
*: Add 'show debugging' command from vtysh
[mirror_frr.git] / ripngd / ripng_debug.c
index d56161d39e19aff0f88f3ecef78280f9637ee7a0..9ebc302b1b32e9be2d72edda4ca0923828535c3e 100644 (file)
@@ -28,12 +28,12 @@ unsigned long ripng_debug_event = 0;
 unsigned long ripng_debug_packet = 0;
 unsigned long ripng_debug_zebra = 0;
 
-DEFUN (show_debugging_ripng,
-       show_debugging_ripng_cmd,
-       "show debugging ripng",
-       SHOW_STR
-       DEBUG_STR
-       "RIPng configuration\n")
+DEFUN_NOSH (show_debugging_ripng,
+           show_debugging_ripng_cmd,
+           "show debugging [ripng]",
+           SHOW_STR
+           DEBUG_STR
+           "RIPng configuration\n")
 {
        vty_out(vty, "RIPng debugging status:\n");