diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-09 08:58:00 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-09 08:58:00 +0100 |
commit | 8f3d99b4957c2b424766ead7202932c2eecb4276 (patch) | |
tree | 8eb4b6f1b840aca5ecb58ba58484fdaa1e67dd18 /bgpd/bgp_debug.h | |
parent | Merge pull request #15106 from opensourcerouting/fix/rename_thread_cli (diff) | |
download | frr-8f3d99b4957c2b424766ead7202932c2eecb4276.tar.xz frr-8f3d99b4957c2b424766ead7202932c2eecb4276.zip |
bgpd: Drop BGP_DEBUG_PACKET_SEND_DETAIL/BGP_DEBUG_PACKET_SEND consts
Not used anywhere.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 1fc2a87e2..dfd9a2a4a 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 |