#include <agent_path.h>
Definition at line 24 of file agent_path.h.
Enumerator |
---|
INVALID |
|
HA_STALE |
|
LOW |
|
HIGH |
|
Definition at line 26 of file agent_path.h.
PathPreference::PathPreference |
( |
| ) |
|
|
inline |
PathPreference::PathPreference |
( |
uint32_t |
sequence, |
|
|
uint32_t |
preference, |
|
|
bool |
wait_for_traffic, |
|
|
bool |
ecmp |
|
) |
| |
|
inline |
bool PathPreference::ConfigChanged |
( |
const PathPreference & |
rhs | ) |
const |
|
inline |
const IpAddress& PathPreference::dependent_ip |
( |
| ) |
const |
|
inline |
bool PathPreference::ecmp |
( |
| ) |
const |
|
inline |
bool PathPreference::is_ecmp |
( |
| ) |
const |
|
inline |
bool PathPreference::IsDependentRt |
( |
void |
| ) |
const |
|
inline |
uint32_t PathPreference::loc_sequence |
( |
| ) |
const |
|
inline |
uint32_t PathPreference::preference |
( |
| ) |
const |
|
inline |
uint32_t PathPreference::sequence |
( |
| ) |
const |
|
inline |
void PathPreference::set_dependent_ip |
( |
const IpAddress & |
ip | ) |
|
|
inline |
void PathPreference::set_ecmp |
( |
bool |
ecmp | ) |
|
|
inline |
void PathPreference::set_loc_sequence |
( |
uint32_t |
loc_sequence | ) |
|
|
inline |
void PathPreference::set_preference |
( |
uint32_t |
preference | ) |
|
|
inline |
void PathPreference::set_sequence |
( |
uint32_t |
sequence | ) |
|
|
inline |
void PathPreference::set_static_preference |
( |
bool |
static_pref | ) |
|
|
inline |
void PathPreference::set_vrf |
( |
const std::string & |
vrf | ) |
|
|
inline |
void PathPreference::set_wait_for_traffic |
( |
bool |
wait_for_traffic | ) |
|
|
inline |
bool PathPreference::static_preference |
( |
| ) |
const |
|
inline |
const std::string& PathPreference::vrf |
( |
| ) |
const |
|
inline |
bool PathPreference::wait_for_traffic |
( |
| ) |
const |
|
inline |
bool PathPreference::ecmp_ |
|
private |
uint32_t PathPreference::loc_sequence_ |
|
private |
uint32_t PathPreference::preference_ |
|
private |
uint32_t PathPreference::sequence_ |
|
private |
bool PathPreference::static_preference_ |
|
private |
std::string PathPreference::vrf_ |
|
private |
bool PathPreference::wait_for_traffic_ |
|
private |
The documentation for this class was generated from the following file: