OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
interface.cc File Reference
#include "base/os.h"
#include <sys/types.h>
#include <net/ethernet.h>
#include <netinet/ether.h>
#include <boost/uuid/uuid_io.hpp>
#include <tbb/mutex.h>
#include "base/logging.h"
#include "base/address.h"
#include "db/db.h"
#include "db/db_entry.h"
#include "db/db_table.h"
#include "ifmap/ifmap_node.h"
#include <init/agent_param.h>
#include <cfg/cfg_init.h>
#include <oper/operdb_init.h>
#include <oper/route_common.h>
#include <oper/vm.h>
#include <oper/vn.h>
#include <oper/vrf.h>
#include <oper/nexthop.h>
#include <oper/mpls.h>
#include <oper/mirror_table.h>
#include <oper/interface_common.h>
#include <oper/vrf_assign.h>
#include <oper/vxlan.h>
#include <oper/qos_config.h>
#include <oper/ifmap_dependency_manager.h>
#include <oper/tag.h>
#include <oper/config_manager.h>
#include <vnc_cfg_types.h>
#include <oper/agent_sandesh.h>
#include <oper/sg.h>
#include <oper/metadata_ip.h>
#include <sandesh/sandesh_trace.h>
#include <sandesh/common/vns_types.h>
#include <sandesh/common/vns_constants.h>
#include <filter/acl.h>
#include <filter/policy_set.h>
#include <resource_manager/resource_manager.h>
#include <resource_manager/resource_table.h>
#include <resource_manager/vm_interface_index.h>
Include dependency graph for interface.cc:

Go to the source code of this file.

Functions

static string DeviceTypeToString (VmInterface::DeviceType type)
 
static string VmiTypeToString (VmInterface::VmiType type)
 

Function Documentation

static string DeviceTypeToString ( VmInterface::DeviceType  type)
static

Definition at line 786 of file interface.cc.

static string VmiTypeToString ( VmInterface::VmiType  type)
static

Definition at line 801 of file interface.cc.