mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 03:42:57 +00:00
bgpd: Allow turn off of 'debug bgp nht' from 'no debug bgp'
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
5e3dd606da
commit
c33b83b359
@ -1587,6 +1587,7 @@ DEFUN (no_debug_bgp,
|
||||
TERM_DEBUG_OFF(neighbor_events, NEIGHBOR_EVENTS);
|
||||
TERM_DEBUG_OFF(zebra, ZEBRA);
|
||||
TERM_DEBUG_OFF(allow_martians, ALLOW_MARTIANS);
|
||||
TERM_DEBUG_OFF(nht, NHT);
|
||||
vty_out(vty, "All possible debugging has been turned off\n");
|
||||
|
||||
return CMD_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user