mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 14:56:05 +00:00
Merge pull request #329 from dwalton76/debug-zebra-nht
zebra: "debug zebra nht" is not in the config
This commit is contained in:
commit
cbd2fb53b0
@ -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