diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:43:28 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:43:28 -0400 | 
| commit | 68bae363762894d6703e405d2cb1b60d7381be3a (patch) | |
| tree | 83f1c7009452b8d2aa1d8f6d5495269e9d37c13a /bgpd/bgp_debug.h | |
| parent | c4edb3a453b524fa5e4f81706f997a6667287f2c (diff) | |
Revert "bgpd: add linkstate debug"
This reverts commit de38eada9c0527758bca34984d2f018670d74c9a.
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 38beebf872..118325e0a3 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -60,7 +60,6 @@ extern unsigned long conf_bgp_debug_nht;  extern unsigned long conf_bgp_debug_update_groups;  extern unsigned long conf_bgp_debug_vpn;  extern unsigned long conf_bgp_debug_flowspec; -extern unsigned long conf_bgp_debug_linkstate;  extern unsigned long conf_bgp_debug_labelpool;  extern unsigned long conf_bgp_debug_pbr;  extern unsigned long conf_bgp_debug_graceful_restart; @@ -80,7 +79,6 @@ extern unsigned long term_bgp_debug_nht;  extern unsigned long term_bgp_debug_update_groups;  extern unsigned long term_bgp_debug_vpn;  extern unsigned long term_bgp_debug_flowspec; -extern unsigned long term_bgp_debug_linkstate;  extern unsigned long term_bgp_debug_labelpool;  extern unsigned long term_bgp_debug_pbr;  extern unsigned long term_bgp_debug_graceful_restart; @@ -120,7 +118,6 @@ struct bgp_debug_filter {  #define BGP_DEBUG_VPN_LEAK_RMAP_EVENT 0x04  #define BGP_DEBUG_VPN_LEAK_LABEL      0x08  #define BGP_DEBUG_FLOWSPEC            0x01 -#define BGP_DEBUG_LINKSTATE           0x01  #define BGP_DEBUG_LABELPOOL           0x01  #define BGP_DEBUG_PBR                 0x01  #define BGP_DEBUG_PBR_ERROR           0x02  | 
