mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 15:30:02 +00:00
zebra: "debug zebra nht" is not in the config
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
b3cfe637a6
commit
ee43309596
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user