#include <boost/intrusive_ptr.hpp>
#include <vnc_cfg_types.h>
Go to the source code of this file.
◆ intrusive_ptr_add_ref()
void intrusive_ptr_add_ref |
( |
EcmpField * |
ptr | ) |
|
|
inline |
◆ intrusive_ptr_release()
void intrusive_ptr_release |
( |
EcmpField * |
ptr | ) |
|
|
inline |
◆ HashingFieldsStr
const std::string HashingFieldsStr[] |
|
static |
Initial value:= {
"l3-source-address",
"l3-destination-address",
"l4-protocol",
"l4-source-port",
"l4-destination-port"
}
Definition at line 14 of file ecmp_load_balance.h.
◆ LoadBalanceDecision
const std::string LoadBalanceDecision = "field-hash" |
|
static |