|
xorp
|
Used in CacheTable to store a SubnetRoute and the genid of the RibIn that generated the route. More...
#include <route_table_cache.hh>
Public Member Functions | |
| CacheRoute (const SubnetRoute< A > *route, uint32_t genid) | |
| const SubnetRoute< A > * | route () const |
| uint32_t | genid () const |
Private Attributes | |
| SubnetRouteConstRef< A > | _routeref |
| uint32_t | _genid |
Used in CacheTable to store a SubnetRoute and the genid of the RibIn that generated the route.