]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/debug.c
Merge branch 'master' into bgpd-debug-updates-prefix
[mirror_frr.git] / zebra / debug.c
index 74594defcb98ad5229742bc0c6168cffb20ebf5c..ac96051abd8505b7101b94794aa91be4e9158494 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");