mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 15:17:15 +00:00
bgpd: remove clippy references in bgp_debug.c
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This commit is contained in:
parent
dff13b6fb7
commit
2a67b9150a
@ -119,7 +119,6 @@ dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2 \
|
|||||||
bgpd.conf.vnc.sample
|
bgpd.conf.vnc.sample
|
||||||
|
|
||||||
bgp_vty.o: bgp_vty_clippy.c
|
bgp_vty.o: bgp_vty_clippy.c
|
||||||
bgp_debug.o: bgp_debug_clippy.c
|
|
||||||
|
|
||||||
EXTRA_DIST = BGP4-MIB.txt
|
EXTRA_DIST = BGP4-MIB.txt
|
||||||
|
|
||||||
|
@ -865,10 +865,6 @@ DEFUN (no_debug_bgp_keepalive_peer,
|
|||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef VTYSH_EXTRACT_PL
|
|
||||||
#include "bgp_debug_clippy.c"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* debug bgp bestpath */
|
/* debug bgp bestpath */
|
||||||
DEFUN (debug_bgp_bestpath_prefix,
|
DEFUN (debug_bgp_bestpath_prefix,
|
||||||
debug_bgp_bestpath_prefix_cmd,
|
debug_bgp_bestpath_prefix_cmd,
|
||||||
|
Loading…
Reference in New Issue
Block a user