summaryrefslogtreecommitdiffstats
path: root/zebra/debug.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2017-04-04 20:11:04 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2017-04-04 20:11:04 +0200
commitee4330959627607144c4d01b32aedb49600e366a (patch)
tree662344142e9bdf8188dae081c7c0df090169904d /zebra/debug.c
parentMerge pull request #294 from opensourcerouting/modules (diff)
downloadfrr-ee4330959627607144c4d01b32aedb49600e366a.tar.xz
frr-ee4330959627607144c4d01b32aedb49600e366a.zip
zebra: "debug zebra nht" is not in the config
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r--zebra/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/debug.c b/zebra/debug.c
index 2e9fef292..f21778276 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);