summaryrefslogtreecommitdiff
path: root/zebra/debug.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton76@gmail.com>2017-09-27 09:21:26 -0400
committerGitHub <noreply@github.com>2017-09-27 09:21:26 -0400
commit66b8ce1a170be6a719ec8c057ff695f6034f41f1 (patch)
tree5363b57fa73724d50934c1e40c93cb23468f852a /zebra/debug.c
parent2a67b9150a9b5c3c31673018cc6ff64275f8cc10 (diff)
parentf5129394ecdb0e2c30e280b577f815f612ab1fe0 (diff)
Merge branch 'master' into bgpd-debug-updates-prefix
Diffstat (limited to 'zebra/debug.c')
-rw-r--r--zebra/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/debug.c b/zebra/debug.c
index 74594defcb..ac96051abd 100644
--- a/zebra/debug.c
+++ b/zebra/debug.c
@@ -83,6 +83,8 @@ DEFUN_NOSH (show_debugging_zebra,
vty_out(vty, " Zebra next-hop tracking debugging is on\n");
if (IS_ZEBRA_DEBUG_MPLS)
vty_out(vty, " Zebra MPLS debugging is on\n");
+ if (IS_ZEBRA_DEBUG_VXLAN)
+ vty_out(vty, " Zebra VXLAN debugging is on\n");
if (IS_ZEBRA_DEBUG_PW)
vty_out(vty, " Zebra pseudowire debugging is on\n");