From 95744ad8644ccfa02ff41c394c0e0aea4b0964f3 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 26 Sep 2017 15:43:23 -0400 Subject: [PATCH] zebra: Display if we are debugging zebra vxlan or not Signed-off-by: Donald Sharp --- zebra/debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zebra/debug.c b/zebra/debug.c index afeba1c6de..4ba8585f3e 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"); -- 2.39.5