From: Donatas Abraitis Date: Tue, 9 Jan 2024 07:58:00 +0000 (+0200) Subject: bgpd: Drop BGP_DEBUG_PACKET_SEND_DETAIL/BGP_DEBUG_PACKET_SEND consts X-Git-Tag: base_10.0~138^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8f3d99b4957c2b424766ead7202932c2eecb4276;p=matthieu%2Ffrr.git bgpd: Drop BGP_DEBUG_PACKET_SEND_DETAIL/BGP_DEBUG_PACKET_SEND consts Not used anywhere. Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 1fc2a87e2c..dfd9a2a4ad 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -127,9 +127,6 @@ struct bgp_debug_filter { #define BGP_DEBUG_EVPN_MH_ES 0x01 #define BGP_DEBUG_EVPN_MH_RT 0x02 -#define BGP_DEBUG_PACKET_SEND 0x01 -#define BGP_DEBUG_PACKET_SEND_DETAIL 0x02 - #define BGP_DEBUG_GRACEFUL_RESTART 0x01 #define BGP_DEBUG_BFD_LIB 0x01