mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 19:13:58 +00:00
zebra: Display if we are debugging zebra vxlan or not
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
5c4dc90307
commit
95744ad864
@ -83,6 +83,8 @@ DEFUN_NOSH (show_debugging_zebra,
|
|||||||
vty_out(vty, " Zebra next-hop tracking debugging is on\n");
|
vty_out(vty, " Zebra next-hop tracking debugging is on\n");
|
||||||
if (IS_ZEBRA_DEBUG_MPLS)
|
if (IS_ZEBRA_DEBUG_MPLS)
|
||||||
vty_out(vty, " Zebra MPLS debugging is on\n");
|
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)
|
if (IS_ZEBRA_DEBUG_PW)
|
||||||
vty_out(vty, " Zebra pseudowire debugging is on\n");
|
vty_out(vty, " Zebra pseudowire debugging is on\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user