OpenSDN source code
|
#include <global_system_config.h>
Public Member Functions | |
GlobalSystemConfig (Agent *agent) | |
virtual | ~GlobalSystemConfig () |
void | ConfigDelete (IFMapNode *node) |
void | ConfigAddChange (IFMapNode *node) |
void | ConfigManagerEnqueue (IFMapNode *node) |
BGPaaServiceParameters::BGPaaServicePortRangePair | bgpaas_port_range () const |
void | Reset () |
GracefulRestartParameters & | gres_parameters () |
FastConvergenceParameters & | fc_params () |
bool | cfg_igmp_enable () const |
void | FillSandeshInfo (GlobalSystemConfigResp *resp) |
![]() | |
OperIFMapTable (Agent *agent) | |
virtual | ~OperIFMapTable () |
Agent * | agent () const |
OperDB * | oper () const |
uint32_t | Size () const |
void | ConfigEventHandler (IFMapNode *node, DBEntry *entry) |
void | ProcessConfig (IFMapNode *node) |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (GlobalSystemConfig) | |
Private Attributes | |
BGPaaServiceParameters | bgpaas_parameters_ |
GracefulRestartParameters | gres_parameters_ |
FastConvergenceParameters | fc_params_ |
bool | cfg_igmp_enable_ |
Additional Inherited Members | |
![]() | |
typedef std::map< IFMapNode *, IFMapDependencyManager::IFMapNodePtr > | Tree |
Definition at line 60 of file global_system_config.h.
GlobalSystemConfig::GlobalSystemConfig | ( | Agent * | agent | ) |
|
virtual |
Definition at line 88 of file global_system_config.cc.
|
inline |
Definition at line 68 of file global_system_config.h.
bool GlobalSystemConfig::cfg_igmp_enable | ( | ) | const |
Definition at line 159 of file global_system_config.cc.
|
virtual |
Implements OperIFMapTable.
Definition at line 104 of file global_system_config.cc.
|
virtual |
Implements OperIFMapTable.
Definition at line 91 of file global_system_config.cc.
|
virtual |
Implements OperIFMapTable.
Definition at line 151 of file global_system_config.cc.
|
private |
|
inline |
Definition at line 74 of file global_system_config.h.
void GlobalSystemConfig::FillSandeshInfo | ( | GlobalSystemConfigResp * | resp | ) |
GracefulRestartParameters & GlobalSystemConfig::gres_parameters | ( | ) |
Definition at line 155 of file global_system_config.cc.
void GlobalSystemConfig::Reset | ( | ) |
|
private |
Definition at line 79 of file global_system_config.h.
|
private |
Definition at line 82 of file global_system_config.h.
|
private |
Definition at line 81 of file global_system_config.h.
|
private |
Definition at line 80 of file global_system_config.h.