OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
remote_physical_interface.cc File Reference
#include <boost/uuid/uuid_io.hpp>
#include <vnc_cfg_types.h>
#include <cmn/agent_cmn.h>
#include <ifmap/ifmap_node.h>
#include <cfg/cfg_init.h>
#include <oper/agent_sandesh.h>
#include <oper/ifmap_dependency_manager.h>
#include <oper/interface_common.h>
#include <oper/physical_device.h>
#include <oper/nexthop.h>
#include <oper/config_manager.h>
#include <vector>
#include <string>
Include dependency graph for remote_physical_interface.cc:

Go to the source code of this file.

Functions

static RemotePhysicalInterfaceKeyBuildKey (IFMapNode *node)
 
static
RemotePhysicalInterfaceData
BuildData (Agent *agent, IFMapNode *node, const autogen::PhysicalInterface *port)
 
static void SetReq (DBRequest *req, const string &fqdn, const string &display_name, const string &vrf_name, const uuid &device_uuid)
 

Function Documentation

static RemotePhysicalInterfaceData* BuildData ( Agent agent,
IFMapNode node,
const autogen::PhysicalInterface *  port 
)
static

Definition at line 140 of file remote_physical_interface.cc.

Here is the call graph for this function:

static RemotePhysicalInterfaceKey* BuildKey ( IFMapNode node)
static

Definition at line 135 of file remote_physical_interface.cc.

Here is the call graph for this function:

static void SetReq ( DBRequest req,
const string &  fqdn,
const string &  display_name,
const string &  vrf_name,
const uuid device_uuid 
)
static

Definition at line 180 of file remote_physical_interface.cc.