OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vm_interface_utils.cc File Reference
Include dependency graph for vm_interface_utils.cc:

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
 

Variable Documentation

IpAddress ipv4_empty_addr = IpAddress::from_string("0.0.0.0")
static

Definition at line 43 of file vm_interface_utils.cc.

IpAddress ipv4_max_addr = IpAddress::from_string("255.255.255.255")
static

Definition at line 45 of file vm_interface_utils.cc.

IpAddress ipv6_empty_addr = IpAddress::from_string("0::0")
static

Definition at line 44 of file vm_interface_utils.cc.

IpAddress ipv6_max_addr
static
Initial value:
=
IpAddress::from_string("FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF")

Definition at line 46 of file vm_interface_utils.cc.