5 #ifndef SRC_BGP_EXTENDED_COMMUNITY_LOAD_BALANCE_H_
6 #define SRC_BGP_EXTENDED_COMMUNITY_LOAD_BALANCE_H_
8 #include <boost/array.hpp>
9 #include <boost/system/error_code.hpp>
17 #include "bgp/bgp_peer_types.h"
18 #include "schema/xmpp_unicast_types.h"
50 #if BYTE_ORDER == BIG_ENDIAN
103 void Encode(autogen::LoadBalanceType *lb_type)
const;
111 explicit LoadBalance(
const LoadBalanceAttribute &attr);
112 explicit LoadBalance(
const autogen::LoadBalanceType &lb_type);
142 #endif // SRC_BGP_EXTENDED_COMMUNITY_LOAD_BALANCE_H_
void ShowAttribute(ShowLoadBalance *show_load_balance) const
const bool IsDefault() const
const uint64_t GetExtCommunityValue() const
void SetL4Protocol(bool flag)
const LoadBalanceAttribute ToAttribute() const
const bool IsDefault() const
bool operator!=(const LoadBalance &other) const
class LocalSequenceNumber __attribute__
uint8_t l3_source_address
static const LoadBalanceAttribute kDefaultLoadBalanceAttribute
void SetL4DestinationPort(bool flag)
void SetSourceBias(bool flag)
uint8_t l4_destination_port
static uint64_t get_value(const uint8_t *data, int size)
static bool IsPresent(const BgpPath *path)
void Encode(autogen::LoadBalanceType *lb_type) const
uint8_t l3_destination_address
bool operator==(const LoadBalance &other) const
boost::array< uint8_t, kSize > bytes_type
bool operator!=(const LoadBalanceAttribute &other) const
void SetL3DestinationAddress(bool flag)
void SetL3SourceAddress(bool flag)
const bytes_type & GetExtCommunity() const
void SetL4SourcePort(bool flag)
std::string ToString() const
void FillAttribute(LoadBalanceAttribute *attr)
bool operator==(const LoadBalanceAttribute &other) const