OpenSDN source code
|
#include <cmn/agent_cmn.h>
#include <init/agent_param.h>
#include <base/address_util.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/metadata_ip.h>
#include <oper/interface_common.h>
#include <oper/health_check.h>
#include <oper/vrf_assign.h>
#include <oper/vxlan.h>
#include <oper/oper_dhcp_options.h>
#include <oper/physical_device_vn.h>
#include <oper/global_vrouter.h>
#include <oper/qos_config.h>
#include <oper/bridge_domain.h>
#include <oper/sg.h>
#include <oper/bgp_as_service.h>
#include <filter/acl.h>
#include <port_ipc/port_ipc_handler.h>
#include <port_ipc/port_subscribe_table.h>
#include <resource_manager/resource_manager.h>
#include <resource_manager/resource_table.h>
#include <resource_manager/mpls_index.h>
#include <vrouter/ksync/ksync_init.h>
#include <vrouter/ksync/vnswif_listener_base.h>
Go to the source code of this file.
Variables | |
static IpAddress | ipv4_empty_addr = IpAddress::from_string("0.0.0.0") |
static IpAddress | ipv6_empty_addr = IpAddress::from_string("0::0") |
static IpAddress | ipv4_max_addr = IpAddress::from_string("255.255.255.255") |
static IpAddress | ipv6_max_addr |
|
static |
Definition at line 43 of file vm_interface_utils.cc.
|
static |
Definition at line 45 of file vm_interface_utils.cc.
|
static |
Definition at line 44 of file vm_interface_utils.cc.
|
static |
Definition at line 46 of file vm_interface_utils.cc.