|
OpenSDN source code
|
#include <static_route.h>

Public Member Functions | |
| RouteKey (const PrefixT &prefix, const IpAddress &nexthop) | |
| bool | operator< (const RouteKey &rhs) const |
Public Attributes | |
| PrefixT | prefix |
| IpAddress | nexthop |
Definition at line 72 of file static_route.h.
|
inline |
Definition at line 73 of file static_route.h.
|
inline |
Definition at line 77 of file static_route.h.
| IpAddress StaticRouteMgr< T >::RouteKey::nexthop |
Definition at line 84 of file static_route.h.
| PrefixT StaticRouteMgr< T >::RouteKey::prefix |
Definition at line 83 of file static_route.h.