Merge pull request #329 from dwalton76/debug-zebra-nht

zebra: "debug zebra nht" is not in the config
This commit is contained in:
David Lamparter 2017-04-04 21:44:28 +02:00 committed by GitHub
commit cbd2fb53b0

View 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);