diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-09-26 22:21:41 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-26 22:21:41 -0300 |
| commit | 5f3d15f2c3106848810a3719ea01cbe22e6767f7 (patch) | |
| tree | e6c27f42d6d2d27732e75eb8b9b9f057a22ebb1d /zebra/debug.c | |
| parent | 3ca34bd8ee6cd30965101a97b1d39603c4eb9fe9 (diff) | |
| parent | e1c3bf2477146386f71cb15503527d0fb7da7ce0 (diff) | |
Merge pull request #1249 from donaldsharp/debugodebug
Debugodebug
Diffstat (limited to 'zebra/debug.c')
| -rw-r--r-- | zebra/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |
