OpenSDN source code
|
#include <path_preference.h>
Public Member Functions | |
RouteAddrList () | |
RouteAddrList (const Address::Family &family, const IpAddress &ip, uint32_t plen, const std::string &vrf) | |
bool | operator< (const RouteAddrList &rhs) const |
bool | operator== (const RouteAddrList &rhs) const |
Public Attributes | |
Address::Family | family_ |
IpAddress | ip_ |
uint32_t | plen_ |
std::string | vrf_name_ |
bool | seen_ |
Definition at line 156 of file path_preference.h.
PathPreferenceIntfState::RouteAddrList::RouteAddrList | ( | ) |
Definition at line 493 of file path_preference.cc.
PathPreferenceIntfState::RouteAddrList::RouteAddrList | ( | const Address::Family & | family, |
const IpAddress & | ip, | ||
uint32_t | plen, | ||
const std::string & | vrf | ||
) |
Definition at line 498 of file path_preference.cc.
bool PathPreferenceIntfState::RouteAddrList::operator< | ( | const RouteAddrList & | rhs | ) | const |
Definition at line 503 of file path_preference.cc.
bool PathPreferenceIntfState::RouteAddrList::operator== | ( | const RouteAddrList & | rhs | ) | const |
Definition at line 520 of file path_preference.cc.
Address::Family PathPreferenceIntfState::RouteAddrList::family_ |
Definition at line 163 of file path_preference.h.
IpAddress PathPreferenceIntfState::RouteAddrList::ip_ |
Definition at line 164 of file path_preference.h.
uint32_t PathPreferenceIntfState::RouteAddrList::plen_ |
Definition at line 165 of file path_preference.h.
|
mutable |
Definition at line 167 of file path_preference.h.
std::string PathPreferenceIntfState::RouteAddrList::vrf_name_ |
Definition at line 166 of file path_preference.h.