OpenSDN source code
|
#include <base/logging.h>
#include <cmn/agent_cmn.h>
#include <init/agent_init.h>
#include <cmn/agent_factory.h>
#include <init/agent_param.h>
#include <cfg/cfg_init.h>
#include <oper/operdb_init.h>
#include <oper/vrf.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 <mac_learning/mac_learning_init.h>
#include <uve/agent_uve.h>
#include <pkt/proto_handler.h>
#include <diag/diag.h>
#include <vgw/cfg_vgw.h>
#include <vgw/vgw.h>
#include <vrouter/flow_stats/flow_stats_manager.h>
#include "contrail_init_common.h"
Go to the source code of this file.
Functions | |
static PhysicalInterface::EncapType | ComputeEncapType (const string &encap) |
|
static |
Definition at line 140 of file contrail_init_common.cc.