From c33b83b3599c7b5c55ade902369e4d44b815d81f Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 18 Oct 2017 14:49:59 -0400 Subject: [PATCH] bgpd: Allow turn off of 'debug bgp nht' from 'no debug bgp' Signed-off-by: Donald Sharp --- bgpd/bgp_debug.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5