diff options
author | David Lamparter <equinox@diac24.net> | 2017-08-21 14:30:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 14:30:41 +0200 |
commit | add57540ba96f25a4fe27e48ac8599bac67bce72 (patch) | |
tree | 10d291d270a31e1e439eef1d46c69ce0cdeacb4a /ripngd | |
parent | Merge pull request #1008 from donaldsharp/check_for_daemon_existence (diff) | |
parent | *: Add 'show debugging' command from vtysh (diff) | |
download | frr-add57540ba96f25a4fe27e48ac8599bac67bce72.tar.xz frr-add57540ba96f25a4fe27e48ac8599bac67bce72.zip |
Merge pull request #1009 from donaldsharp/show_cmds
Show cmds
Diffstat (limited to 'ripngd')
-rw-r--r-- | ripngd/ripng_debug.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index d56161d39..9ebc302b1 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -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"); |