| 123 | * Peer Down Events schema |
| 124 | */ |
| 125 | struct obj_peer_down_event { |
| 126 | u_char bmp_reason; ///< BMP notify reason |
| 127 | u_char bgp_err_code; ///< BGP notify error code |
| 128 | u_char bgp_err_subcode; ///< BGP notify error sub code |
| 129 | char error_text[255]; ///< BGP error text string |
| 130 | }; |
| 131 | |
| 132 | /** |
| 133 | * OBJECT: peer_up_events |
nothing calls this directly
no outgoing calls
no test coverage detected