7 #ifndef SHARED_SUBNET_PARSER_H
8 #define SHARED_SUBNET_PARSER_H
71 #endif // SHARED_SUBNET_PARSER_H
bool check_iface_
Check if the specified interface exists in the system.
Common configuration parser for shared networks and subnets.
bool check_iface_
Check if the specified interface exists in the system.
Implements parser for IPv4 shared networks.
SharedNetwork6Ptr parse(const data::ConstElementPtr &shared_network_data)
Parses shared configuration information for IPv6 shared network.
boost::shared_ptr< const Element > ConstElementPtr
boost::shared_ptr< SharedNetwork6 > SharedNetwork6Ptr
Pointer to SharedNetwork6 object.
boost::shared_ptr< SharedNetwork4 > SharedNetwork4Ptr
Pointer to SharedNetwork4 object.
Defines the logger used by the top-level component of kea-dhcp-ddns.
SharedNetwork6Parser(bool check_iface=true)
Constructor.
Implements parser for IPv6 shared networks.
SharedNetwork4Ptr parse(const data::ConstElementPtr &shared_network_data)
Parses shared configuration information for IPv4 shared network.
SharedNetwork4Parser(bool check_iface=true)
Constructor.