]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: Display if we are debugging zebra vxlan or not
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 26 Sep 2017 19:43:23 +0000 (15:43 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 26 Sep 2017 19:43:23 +0000 (15:43 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/debug.c

index afeba1c6dea19f090e136b0096e156a5123e07ee..4ba8585f3e86da135610f89db96ac766a6efd94f 100644 (file)
@@ -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");