libbgp  0.6
A C++ BGP Library.
Public Attributes | List of all members
libbgp::RouteCollisionEvent Class Reference

Probe for collision detection. More...

#include <route-event.h>

Inheritance diagram for libbgp::RouteCollisionEvent:
Inheritance graph
[legend]
Collaboration diagram for libbgp::RouteCollisionEvent:
Collaboration graph
[legend]

Public Attributes

uint32_t peer_bgp_id
 
- Public Attributes inherited from libbgp::RouteEvent
RouteEventType type
 Type of this event.
 

Detailed Description

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.


The documentation for this class was generated from the following file: