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 /zebra/debug.c | |
| parent | baf7538dc72c29bf81dccfb15821f1b163175d87 (diff) | |
| parent | 87f6dc504d5d227ea66a4da37b350c2fc3df212b (diff) | |
Merge pull request #1009 from donaldsharp/show_cmds
Show cmds
Diffstat (limited to 'zebra/debug.c')
| -rw-r--r-- | zebra/debug.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/zebra/debug.c b/zebra/debug.c index 25f47bc51a..afeba1c6de 100644 --- a/zebra/debug.c +++ b/zebra/debug.c @@ -34,12 +34,12 @@ unsigned long zebra_debug_mpls; unsigned long zebra_debug_vxlan; unsigned long zebra_debug_pw; -DEFUN (show_debugging_zebra, - show_debugging_zebra_cmd, - "show debugging zebra", - SHOW_STR - "Debugging information\n" - "Zebra configuration\n") +DEFUN_NOSH (show_debugging_zebra, + show_debugging_zebra_cmd, + "show debugging [zebra]", + SHOW_STR + "Debugging information\n" + "Zebra configuration\n") { vty_out(vty, "Zebra debugging status:\n"); |
