|
|
Container for a route and the meta-data about the origin of a route used in the DecisionTable decision process.
RouteData (const SubnetRoute<A>* route,
FPAListRef pa_list,
BGPRouteTable<A>* parent_table,
const PeerHandler* peer_handler,
uint32_t genid)
| RouteData |
RouteData<A>& operator= (const RouteData<A>& him)
| operator= |
void set_is_not_winner ()
| set_is_not_winner |
void set_is_winner (int igp_distance)
| set_is_winner |
const SubnetRoute<A>* route ()
| route |
[const]
const FPAListRef& attributes ()
| attributes |
[const]
const PeerHandler* peer_handler ()
| peer_handler |
[const]
BGPRouteTable<A>* parent_table ()
| parent_table |
[const]
uint32_t genid ()
| genid |
[const]