MCPcopy Create free account
hub / github.com/SNAS/openbmp / obj_peer_down_event

Class obj_peer_down_event

Server/src/MsgBusInterface.hpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected