diff options
| author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2020-03-27 07:55:59 -0700 | 
|---|---|---|
| committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2020-08-05 06:46:12 -0700 | 
| commit | 526533981bab2b1b033ea895f684129d834e6681 (patch) | |
| tree | 39424484a0ef4c2cbbd3c33d77c3fef6059ea959 /bgpd/bgp_debug.h | |
| parent | e41c38fdd2e56fa8f35d1b66000b5878cc8f2666 (diff) | |
bgpd: debug flags for MH
Filters for MH debug logs
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_debug.h')
| -rw-r--r-- | bgpd/bgp_debug.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index 69f25566a9..f16cfee4f2 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -77,6 +77,7 @@ extern unsigned long conf_bgp_debug_flowspec;  extern unsigned long conf_bgp_debug_labelpool;  extern unsigned long conf_bgp_debug_pbr;  extern unsigned long conf_bgp_debug_graceful_restart; +extern unsigned long conf_bgp_debug_evpn_mh;  extern unsigned long term_bgp_debug_as4;  extern unsigned long term_bgp_debug_neighbor_events; @@ -93,6 +94,7 @@ extern unsigned long term_bgp_debug_flowspec;  extern unsigned long term_bgp_debug_labelpool;  extern unsigned long term_bgp_debug_pbr;  extern unsigned long term_bgp_debug_graceful_restart; +extern unsigned long term_bgp_debug_evpn_mh;  extern struct list *bgp_debug_neighbor_events_peers;  extern struct list *bgp_debug_keepalive_peers; @@ -129,6 +131,8 @@ struct bgp_debug_filter {  #define BGP_DEBUG_LABELPOOL           0x01  #define BGP_DEBUG_PBR                 0x01  #define BGP_DEBUG_PBR_ERROR           0x02 +#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  | 
