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:
Donald Sharp 2017-10-18 14:49:59 -04:00
parent 5e3dd606da
commit c33b83b359

View File

@ -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;