 |
Kea
1.5.0
|
Go to the documentation of this file.
7 #ifndef ISC_ADAPTOR_SUBNET_H
8 #define ISC_ADAPTOR_SUBNET_H 1
66 #endif // ISC_ADAPTOR_SUBNET_H
static void assignID(isc::data::ElementPtr subnet, SubnetIDSet &set, isc::dhcp::SubnetID &next)
Assign subnet ID.
Defines the logger used by the top-level component of kea-dhcp-ddns.
static void updateRelay(isc::data::ElementPtr subnet)
Update relay.
AdaptorSubnet()
Constructor.
virtual ~AdaptorSubnet()
Destructor.
static bool collectID(isc::data::ConstElementPtr subnet, SubnetIDSet &set)
Collect a subnet ID.
boost::shared_ptr< Element > ElementPtr
boost::shared_ptr< const Element > ConstElementPtr
uint32_t SubnetID
Unique identifier for a subnet (both v4 and v6)
JSON adaptor for subnets adding IDs and canonizes relays.
std::set< isc::dhcp::SubnetID > SubnetIDSet
Set of SubnetIDs.