OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
controller/src/vnsw/agent/contrail/main.cc File Reference
#include <boost/program_options.hpp>
#include <base/logging.h>
#include <base/contrail_ports.h>
#include <pugixml/pugixml.hpp>
#include <base/task.h>
#include <io/event_manager.h>
#include <sandesh/common/vns_types.h>
#include <sandesh/common/vns_constants.h>
#include <base/misc_utils.h>
#include <cmn/buildinfo.h>
#include <cmn/agent_cmn.h>
#include <cfg/cfg_init.h>
#include <cfg/cfg_mirror.h>
#include <init/agent_param.h>
#include <oper/operdb_init.h>
#include <oper/vrf.h>
#include <oper/multicast.h>
#include <oper/mirror_table.h>
#include <controller/controller_init.h>
#include <controller/controller_vrf_export.h>
#include <pkt/pkt_init.h>
#include <services/services_init.h>
#include <vrouter/ksync/ksync_init.h>
#include <uve/agent_uve.h>
#include <kstate/kstate.h>
#include <pkt/proto.h>
#include <diag/diag.h>
#include <boost/functional/factory.hpp>
#include <cmn/agent_factory.h>
#include "contrail_agent_init.h"
Include dependency graph for controller/src/vnsw/agent/contrail/main.cc:

Go to the source code of this file.

Macros

#define MAX_RETRY   60
 

Functions

void RouterIdDepInit (Agent *agent)
 
bool is_vhost_interface_up ()
 
bool GetBuildInfo (std::string &build_info_str)
 

Macro Definition Documentation

#define MAX_RETRY   60

Definition at line 42 of file controller/src/vnsw/agent/contrail/main.cc.

Function Documentation

bool GetBuildInfo ( std::string &  build_info_str)

Definition at line 72 of file controller/src/vnsw/agent/contrail/main.cc.

Here is the call graph for this function:

bool is_vhost_interface_up ( )

Definition at line 51 of file controller/src/vnsw/agent/contrail/main.cc.

void RouterIdDepInit ( Agent agent)

Definition at line 45 of file controller/src/vnsw/agent/contrail/main.cc.