summaryrefslogtreecommitdiff
path: root/zebra/debug.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-04-05 12:49:17 -0400
committerGitHub <noreply@github.com>2017-04-05 12:49:17 -0400
commit096398104b4c223d7f6a90cae632a1b418799517 (patch)
tree73715073a44921ecdb95ab3f4ecd811f60b62d57 /zebra/debug.c
parent2aaa554de9535e9299519d82b11f55f12c808975 (diff)
parent6492ed5369a7bd833e8add952af35a3c9d7f2528 (diff)
Merge branch 'master' into pim_5549
Diffstat (limited to 'zebra/debug.c')
-rw-r--r--zebra/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/debug.c b/zebra/debug.c
index 2e9fef292b..f21778276e 100644
--- a/zebra/debug.c
+++ b/zebra/debug.c
@@ -399,6 +399,11 @@ config_write_debug (struct vty *vty)
vty_out (vty, "debug zebra fpm%s", VTY_NEWLINE);
write++;
}
+ if (IS_ZEBRA_DEBUG_NHT)
+ {
+ vty_out (vty, "debug zebra nht%s", VTY_NEWLINE);
+ write++;
+ }
if (IS_ZEBRA_DEBUG_MPLS)
{
vty_out (vty, "debug zebra mpls%s", VTY_NEWLINE);