59 shared_attribs = NULL;
61 replaced_entries = NULL;
118 shared_attribs = NULL;
120 replaced_entries = NULL;
145 uint8_t nexthop_global[16];
151 uint8_t nexthop_linklocal[16];
187 uint32_t peer_bgp_id;
200 #endif // ROUTE_EV_H_ RouteEventType
Type of route events.
std::vector< std::shared_ptr< BgpPathAttrib > > * shared_attribs
Path attribues of the route.
const std::vector< BgpRib4Entry > * replaced_entries
Pointer to the route replacement entries vector.
const std::vector< Prefix4 > * new_routes
Newly added routes.
const std::vector< std::shared_ptr< BgpPathAttrib > > * shared_attribs
Shared attributes for the new routes.
RouteEventType type
Type of this event.
Probe for collision detection.
std::vector< Prefix6 > * routes
Routes to withdraw.
std::vector< Prefix6 > * new_routes
Routes to add.
std::vector< Prefix4 > * routes
Routes to withdraw.
uint32_t ibgp_peer_asn
ASN of the IBGP peer if the originating session is a IBGP session.
uint32_t ibgp_peer_asn
ASN of the IBGP peer if the originating session is a IBGP session.
const std::vector< BgpRib6Entry > * replaced_entries
Pointer to the route replacement entries vector.