OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VnIpam Struct Reference

#include <vn.h>

Collaboration diagram for VnIpam:

Public Member Functions

 VnIpam (const std::string &ip, uint32_t len, const std::string &gw, const std::string &dns, bool dhcp, const std::string &name, const std::vector< autogen::DhcpOptionType > &dhcp_options, const std::vector< autogen::RouteType > &host_routes, uint32_t alloc)
 
bool IsV4 () const
 
bool IsV6 () const
 
bool operator< (const VnIpam &rhs) const
 
IpAddress GetSubnetAddress () const
 
bool IsSubnetMember (const IpAddress &ip) const
 

Public Attributes

IpAddress ip_prefix
 
uint32_t plen
 
IpAddress default_gw
 
IpAddress dns_server
 
bool installed
 
bool dhcp_enable
 
bool dhcp_enable_v6
 
std::string ipam_name
 
OperDhcpOptions oper_dhcp_options
 
uint32_t alloc_unit
 

Detailed Description

Definition at line 28 of file vn.h.

Constructor & Destructor Documentation

VnIpam::VnIpam ( const std::string &  ip,
uint32_t  len,
const std::string &  gw,
const std::string &  dns,
bool  dhcp,
const std::string &  name,
const std::vector< autogen::DhcpOptionType > &  dhcp_options,
const std::vector< autogen::RouteType > &  host_routes,
uint32_t  alloc 
)

Definition at line 48 of file vn.cc.

Here is the call graph for this function:

Member Function Documentation

IpAddress VnIpam::GetSubnetAddress ( ) const

Definition at line 63 of file vn.cc.

Here is the call graph for this function:

bool VnIpam::IsSubnetMember ( const IpAddress ip) const

Definition at line 73 of file vn.cc.

Here is the call graph for this function:

bool VnIpam::IsV4 ( ) const
inline

Definition at line 47 of file vn.h.

bool VnIpam::IsV6 ( ) const
inline

Definition at line 50 of file vn.h.

bool VnIpam::operator< ( const VnIpam rhs) const
inline

Definition at line 53 of file vn.h.

Member Data Documentation

uint32_t VnIpam::alloc_unit

Definition at line 39 of file vn.h.

IpAddress VnIpam::default_gw

Definition at line 31 of file vn.h.

bool VnIpam::dhcp_enable

Definition at line 35 of file vn.h.

bool VnIpam::dhcp_enable_v6

Definition at line 36 of file vn.h.

IpAddress VnIpam::dns_server

Definition at line 33 of file vn.h.

bool VnIpam::installed

Definition at line 34 of file vn.h.

IpAddress VnIpam::ip_prefix

Definition at line 29 of file vn.h.

std::string VnIpam::ipam_name

Definition at line 37 of file vn.h.

OperDhcpOptions VnIpam::oper_dhcp_options

Definition at line 38 of file vn.h.

uint32_t VnIpam::plen

Definition at line 30 of file vn.h.


The documentation for this struct was generated from the following files: