#include <vn.h>
|
| 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 |
|
Definition at line 28 of file vn.h.
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.
Definition at line 63 of file vn.cc.
bool VnIpam::IsSubnetMember |
( |
const IpAddress & |
ip | ) |
const |
Definition at line 73 of file vn.cc.
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.
uint32_t VnIpam::alloc_unit |
Definition at line 39 of file vn.h.
Definition at line 31 of file vn.h.
Definition at line 35 of file vn.h.
bool VnIpam::dhcp_enable_v6 |
Definition at line 36 of file vn.h.
Definition at line 33 of file vn.h.
Definition at line 34 of file vn.h.
Definition at line 29 of file vn.h.
std::string VnIpam::ipam_name |
Definition at line 37 of file vn.h.
Definition at line 38 of file vn.h.
Definition at line 30 of file vn.h.
The documentation for this struct was generated from the following files: