From: Donald Sharp Date: Wed, 18 Oct 2017 18:49:59 +0000 (-0400) Subject: bgpd: Allow turn off of 'debug bgp nht' from 'no debug bgp' X-Git-Tag: frr-4.0-dev~193^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c33b83b3599c7b5c55ade902369e4d44b815d81f;p=mirror%2Ffrr.git bgpd: Allow turn off of 'debug bgp nht' from 'no debug bgp' Signed-off-by: Donald Sharp --- diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index 6de9ba3cc6..1fb930fdef 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -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;