| dhcp-queue-control.capacity | dhcp-queue-control | capacity |
+------------------------------------------------------------------+------------------------------+----------------------------------+
-Some scalar parameters contained by top-level global list are supported by the configuration backend.
+Some global list parameters containing only scalar types are supported by the configuration backend.
.. table:: List of DHCPv4 list parameters supported by the configuration backend
| dhcp-queue-control.capacity | dhcp-queue-control | capacity |
+------------------------------------------------------------------+------------------------------+----------------------------------+
-Some scalar parameters contained by top-level global list are supported by the configuration backend.
+Some global list parameters containing only scalar types are supported by the configuration backend.
.. table:: List of DHCPv6 list parameters supported by the configuration backend
/// @brief Constructor.
///
/// @param cfg Pointer to the object holding configuration.
+ /// The configuration provided will be updated by
+ /// @ref HostReservationIdsParser::parse with the list of host
+ /// identifiers.
HostReservationIdsParser(CfgHostOperationsPtr cfg);
/// @brief Destructor.
/// configuration.
///
/// @param cfg Pointer to the object holding configuration.
+ /// The configuration provided will be updated by
+ /// @ref HostReservationIdsParser::parse with the list of host
+ /// identifiers.
HostReservationIdsParser4(CfgHostOperationsPtr cfg);
protected:
/// configuration.
///
/// @param cfg Pointer to the object holding configuration.
+ /// The configuration provided will be updated by
+ /// @ref HostReservationIdsParser::parse with the list of host
+ /// identifiers.
HostReservationIdsParser6(CfgHostOperationsPtr cfg);
protected:
mt->set("enable-multi-threading", Element::create(false));
mt->set("thread-pool-size", Element::create(256));
ElementPtr hr_i = Element::createList();
- cfg_from.addConfiguredGlobal("host-reservation-identifiers", hr_i);
hr_i->add(Element::create("hw-address"));
hr_i->add(Element::create("flex-id"));
+ cfg_from.addConfiguredGlobal("host-reservation-identifiers", hr_i);
// Now let's merge.
ASSERT_NO_THROW(cfg_to.merge(cfg_from));
mt->set("enable-multi-threading", Element::create(false));
mt->set("thread-pool-size", Element::create(256));
ElementPtr hr_i = Element::createList();
- cfg_from.addConfiguredGlobal("host-reservation-identifiers", hr_i);
hr_i->add(Element::create("hw-address"));
hr_i->add(Element::create("flex-id"));
+ cfg_from.addConfiguredGlobal("host-reservation-identifiers", hr_i);
// Now let's merge.
ASSERT_NO_THROW(cfg_to.merge(cfg_from));