7 #ifndef SHARED_SUBNET_PARSER_H 8 #define SHARED_SUBNET_PARSER_H 18 #include <boost/shared_ptr.hpp> 120 #endif // SHARED_SUBNET_PARSER_H
virtual ~SharedNetwork6Parser()
Virtual destructor.
bool check_iface_
Check if the specified interface exists in the system.
Common configuration parser for shared networks and subnets.
virtual boost::shared_ptr< OptionDataListParser > createOptionDataListParser() const
Returns an instance of the OptionDataListParser to be used in parsing the option-data structure...
bool check_iface_
Check if the specified interface exists in the system.
Implements parser for IPv4 shared networks.
boost::shared_ptr< const Element > ConstElementPtr
boost::shared_ptr< SharedNetwork6 > SharedNetwork6Ptr
Pointer to SharedNetwork6 object.
virtual boost::shared_ptr< Subnets4ListConfigParser > createSubnetsListParser() const
Returns an instance of the Subnets4ListConfigParser to be used for parsing the subnets within the sha...
boost::shared_ptr< SharedNetwork4 > SharedNetwork4Ptr
Pointer to SharedNetwork4 object.
Defines the logger used by the top-level component of kea-lfc.
virtual ~SharedNetwork4Parser()
Virtual destructor.
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.