summaryrefslogtreecommitdiffstats
path: root/zebra/debug.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-09-26 21:43:23 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-09-26 21:43:23 +0200
commit95744ad8644ccfa02ff41c394c0e0aea4b0964f3 (patch)
tree0c807534b5c504c0a896ee86165574bbd0fbfcbb /zebra/debug.c
parentMerge pull request #1069 from donaldsharp/rfc_plist (diff)
downloadfrr-95744ad8644ccfa02ff41c394c0e0aea4b0964f3.tar.xz
frr-95744ad8644ccfa02ff41c394c0e0aea4b0964f3.zip
zebra: Display if we are debugging zebra vxlan or not
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 afeba1c6d..4ba8585f3 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");