]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: remove clippy references in bgp_debug.c
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 27 Sep 2017 13:18:43 +0000 (13:18 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 27 Sep 2017 13:18:43 +0000 (13:18 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/Makefile.am
bgpd/bgp_debug.c

index 0ec5a778bb1d53bc830fc34946d42b9c73135464..1f2602c05991c645cdc10d9115b3517d8ee4245b 100644 (file)
@@ -119,7 +119,6 @@ dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2 \
        bgpd.conf.vnc.sample
 
 bgp_vty.o: bgp_vty_clippy.c
-bgp_debug.o: bgp_debug_clippy.c
 
 EXTRA_DIST = BGP4-MIB.txt
 
index 36ac73ae01f05996a5983c0d06030a427332e6ef..6de9ba3cc61a096e88256c47017fd096924031ab 100644 (file)
@@ -865,10 +865,6 @@ DEFUN (no_debug_bgp_keepalive_peer,
        return CMD_SUCCESS;
 }
 
-#ifndef VTYSH_EXTRACT_PL
-#include "bgp_debug_clippy.c"
-#endif
-
 /* debug bgp bestpath */
 DEFUN (debug_bgp_bestpath_prefix,
        debug_bgp_bestpath_prefix_cmd,