]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: "debug zebra nht" is not in the config
authorDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 4 Apr 2017 18:11:04 +0000 (18:11 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 4 Apr 2017 18:11:04 +0000 (18:11 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/debug.c

index 2e9fef292ba7e91e45a090c5420915acfd9fd7ae..f21778276ef75af9653759eeb656b1eca721e934 100644 (file)
@@ -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);