OpenSDN source code
RouteExport::State Struct Reference

#include <controller_export.h>

Inheritance diagram for RouteExport::State:
Collaboration diagram for RouteExport::State:

Public Member Functions

 State ()
 
virtual ~State ()
 
bool Changed (const AgentRoute *route, const AgentPath *path) const
 
void Update (const AgentRoute *route, const AgentPath *path)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Public Attributes

bool exported_
 
bool ingress_replication_exported_
 
bool multicast_exported_
 
bool force_chg_
 
uint32_t label_
 
std::string vn_
 
SecurityGroupList sg_list_
 
TagList tag_list_
 
CommunityList communities_
 
TunnelType::Type tunnel_type_
 
PathPreference path_preference_
 
std::string destination_
 
std::string source_
 
EcmpLoadBalance ecmp_load_balance_
 
bool etree_leaf_
 
uint32_t isid_
 
TunnelType::TypeBmap tunnel_bmap_
 

Detailed Description

Definition at line 19 of file controller_export.h.

Constructor & Destructor Documentation

◆ State()

RouteExport::State::State ( )

Definition at line 23 of file controller_export.cc.

◆ ~State()

virtual RouteExport::State::~State ( )
inlinevirtual

Definition at line 21 of file controller_export.h.

Member Function Documentation

◆ Changed()

bool RouteExport::State::Changed ( const AgentRoute route,
const AgentPath path 
) const

Definition at line 31 of file controller_export.cc.

Here is the call graph for this function:

◆ Update()

void RouteExport::State::Update ( const AgentRoute route,
const AgentPath path 
)

Definition at line 72 of file controller_export.cc.

Here is the call graph for this function:

Member Data Documentation

◆ communities_

CommunityList RouteExport::State::communities_

Definition at line 31 of file controller_export.h.

◆ destination_

std::string RouteExport::State::destination_

Definition at line 35 of file controller_export.h.

◆ ecmp_load_balance_

EcmpLoadBalance RouteExport::State::ecmp_load_balance_

Definition at line 37 of file controller_export.h.

◆ etree_leaf_

bool RouteExport::State::etree_leaf_

Definition at line 38 of file controller_export.h.

◆ exported_

bool RouteExport::State::exported_

Definition at line 23 of file controller_export.h.

◆ force_chg_

bool RouteExport::State::force_chg_

Definition at line 26 of file controller_export.h.

◆ ingress_replication_exported_

bool RouteExport::State::ingress_replication_exported_

Definition at line 24 of file controller_export.h.

◆ isid_

uint32_t RouteExport::State::isid_

Definition at line 39 of file controller_export.h.

◆ label_

uint32_t RouteExport::State::label_

Definition at line 27 of file controller_export.h.

◆ multicast_exported_

bool RouteExport::State::multicast_exported_

Definition at line 25 of file controller_export.h.

◆ path_preference_

PathPreference RouteExport::State::path_preference_

Definition at line 33 of file controller_export.h.

◆ sg_list_

SecurityGroupList RouteExport::State::sg_list_

Definition at line 29 of file controller_export.h.

◆ source_

std::string RouteExport::State::source_

Definition at line 36 of file controller_export.h.

◆ tag_list_

TagList RouteExport::State::tag_list_

Definition at line 30 of file controller_export.h.

◆ tunnel_bmap_

TunnelType::TypeBmap RouteExport::State::tunnel_bmap_

Definition at line 40 of file controller_export.h.

◆ tunnel_type_

TunnelType::Type RouteExport::State::tunnel_type_

Definition at line 32 of file controller_export.h.

◆ vn_

std::string RouteExport::State::vn_

Definition at line 28 of file controller_export.h.


The documentation for this struct was generated from the following files: