From: Donald Sharp Date: Tue, 26 Sep 2017 19:43:23 +0000 (-0400) Subject: zebra: Display if we are debugging zebra vxlan or not X-Git-Tag: frr-4.0-dev~271^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=95744ad8644ccfa02ff41c394c0e0aea4b0964f3;p=mirror%2Ffrr.git zebra: Display if we are debugging zebra vxlan or not Signed-off-by: Donald Sharp --- 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");