diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2024-01-09 18:21:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 18:21:09 +0100 |
commit | 153ab6eb43c7a2a5450afe75a78c7489041300fb (patch) | |
tree | a0c36c72e586fa227c0574f7ff26b69b27be1ca8 /bgpd/bgp_debug.h | |
parent | Merge pull request #15108 from opensourcerouting/fix/debug_bgp_updates_detail (diff) | |
parent | bgpd: Change printing format `show debugging` for `debug bgp updates` (diff) | |
download | frr-153ab6eb43c7a2a5450afe75a78c7489041300fb.tar.xz frr-153ab6eb43c7a2a5450afe75a78c7489041300fb.zip |
Merge pull request #15122 from opensourcerouting/fix/drop_packet_send_debugs
bgpd: Change printing format show debugging for debug bgp updates
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 dd07bda66..bb4ddea81 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -128,9 +128,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 |