// Command arguments are expected to be:
// { "Dhcp4": { ... } }
- // The Logging component is supported by backward compatiblity.
if (!args) {
message = "Missing mandatory 'arguments' parameter.";
} else {
/// @param command (parameter ignored)
/// @param args configuration to be processed. Expected format:
/// map containing Dhcp4 map that contains DHCPv4 server configuration.
- /// May also contain Logging map that specifies logging configuration
- /// for backward compatibility.
///
/// @return status of the command
isc::data::ConstElementPtr
/// @param command (parameter ignored)
/// @param args configuration to be checked. Expected format:
/// map containing Dhcp4 map that contains DHCPv4 server configuration.
- /// May also contain Logging map that specifies logging configuration
- /// for backward compatibility.
///
/// @return status of the command
isc::data::ConstElementPtr
// Command arguments are expected to be:
// { "Dhcp6": { ... } }
- // The Logging component is supported by backward compatiblity.
if (!args) {
message = "Missing mandatory 'arguments' parameter.";
} else {
// Command arguments are expected to be:
// { "Dhcp6": { ... } }
- // The Logging component is supported by backward compatiblity.
if (!args) {
message = "Missing mandatory 'arguments' parameter.";
} else {
/// @param command (parameter ignored)
/// @param args configuration to be processed. Expected format:
/// map containing Dhcp6 map that contains DHCPv6 server configuration.
- /// May also contain Logging map that specifies logging configuration
- /// for backward compatibility.
///
/// @return status of the command
isc::data::ConstElementPtr
/// @param command (parameter ignored)
/// @param args configuration to be checked. Expected format:
/// map containing Dhcp6 map that contains DHCPv6 server configuration.
- /// May also contain Logging map that specifies logging configuration
- /// for backward compatibility.
///
/// @return status of the command
isc::data::ConstElementPtr