libbgp
0.6
A C++ BGP Library.
|
Probe for collision detection. More...
#include <route-event.h>
Public Attributes | |
uint32_t | peer_bgp_id |
Public Attributes inherited from libbgp::RouteEvent | |
RouteEventType | type |
Type of this event. | |
Probe for collision detection.
When a BgpFsm receive RouteCollisionEvent, it will check if the peer BGP ID is same as it's peer. If it is, collision resloution will be done. If someone reported event handled, the sender of the event will go to IDLE.
Definition at line 184 of file route-event.h.