]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Allow turn off of 'debug bgp nht' from 'no debug bgp' 1337/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Oct 2017 18:49:59 +0000 (14:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Oct 2017 18:49:59 +0000 (14:49 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_debug.c

index 6de9ba3cc61a096e88256c47017fd096924031ab..1fb930fdef7bd2eda698d0392bc9660bc861539b 100644 (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;