Kea
1.9.9-git
|
Represents configuration of IPv6 shared networks. More...
#include <cfg_shared_networks.h>
Additional Inherited Members | |
Public Member Functions inherited from isc::dhcp::CfgSharedNetworks< SharedNetwork6Ptr, SharedNetwork6Collection > | |
void | add (const SharedNetwork6Ptr &network) |
Adds new shared network to the configuration. More... | |
void | del (const std::string &name) |
Deletes shared network from the configuration. More... | |
uint64_t | del (const uint64_t id) |
Deletes shared networks from the configuration by id. More... | |
const SharedNetwork6Collection * | getAll () const |
Returns pointer to all configured shared networks. More... | |
SharedNetwork6Ptr | getByName (const std::string &name) const |
Retrieves shared network by name. More... | |
void | merge (CfgOptionDefPtr cfg_def, CfgSharedNetworks &other) |
Merges specified shared network configuration into this configuration. More... | |
virtual data::ElementPtr | toElement () const |
Unparses shared networks configuration. More... | |
Public Member Functions inherited from isc::data::CfgToElement | |
virtual | ~CfgToElement () |
Destructor. More... | |
Protected Attributes inherited from isc::dhcp::CfgSharedNetworks< SharedNetwork6Ptr, SharedNetwork6Collection > | |
SharedNetwork6Collection | networks_ |
Multi index container holding shared networks. More... | |
Represents configuration of IPv6 shared networks.
Definition at line 232 of file cfg_shared_networks.h.