diff options
| author | Mitesh Kanjariya <mitesh@cumulusnetworks.com> | 2017-08-28 18:19:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-28 18:19:03 -0700 |
| commit | 09fdc88c8cb0cd4169ae97b652d82f6a174a4041 (patch) | |
| tree | ce312038b12ce5128d375fa075c52ce30cf64207 /zebra/debug.c | |
| parent | 6b3ee3a0b013e580abbce83ae46e4ed2bcf5f7a7 (diff) | |
| parent | 126ee21d2ed9451aefab869c482bb28c6b4f6085 (diff) | |
Merge branch 'master' into dev-master
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"); |
