From 8f3d99b4957c2b424766ead7202932c2eecb4276 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 9 Jan 2024 09:58:00 +0200 Subject: [PATCH] bgpd: Drop BGP_DEBUG_PACKET_SEND_DETAIL/BGP_DEBUG_PACKET_SEND consts Not used anywhere. Signed-off-by: Donatas Abraitis --- bgpd/bgp_debug.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5