"SFLQ_POOL6_GET_BY_RANGE_FAILED", "sflq-pool6-get-by-range command failed, (parameters: %1, reason: %2)",
"SFLQ_POOL6_GET_BY_SUBNET", "sflq-pool6-get-by-subnet command succeeded, (parameters: %1) pools found: %2",
"SFLQ_POOL6_GET_BY_SUBNET_FAILED", "sflq-pool6-get-by-subnet command failed, (parameters: %1, reason: %2)",
- "SFLQ_POOL6_REBUILD", "sflq-pool4-rebuild command succeeded, (parameters: %1) pools rebuilt: %2",
+ "SFLQ_POOL6_REBUILD", "sflq-pool6-rebuild command succeeded, (parameters: %1) pools rebuilt: %2",
"SFLQ_POOL6_REBUILD_FAILED", "sflq-pool6-rebuild command failed, (parameters: %1, reason: %2)",
NULL
};
% SFLQ_POOL4_DEL sflq-pool4-del command succeeded, (parameters: %1) pools deleted: %2
Logged at debug log level 20.
-The sflq-pool4-del command was successful.
+The sflq-pool4-del command was successful. It prints the command arguments
+along with the number of pools deleted.
% SFLQ_POOL4_DEL_FAILED sflq-pool4-del command failed, (parameters: %1, reason: %2)
The sflq-pool4-del command has failed. Both the reason as well as the
parameters passed are logged.
-% SFLQ_POOL6_REBUILD sflq-pool4-rebuild command succeeded, (parameters: %1) pools rebuilt: %2
+% SFLQ_POOL6_REBUILD sflq-pool6-rebuild command succeeded, (parameters: %1) pools rebuilt: %2
Logged at debug log level 20.
The sflq-pool6-rebuild command was successful. It prints the command arguments
along with the number of pools rebuilt.
% SFLQ_POOL6_DEL sflq-pool4-del command succeeded, (parameters: %1) pools deleted: %2
Logged at debug log level 20.
-The sflq-pool6-del command was successful.
+The sflq-pool6-del command was successful. It prints the command arguments
+along with the number of pools deleted.
% SFLQ_POOL6_DEL_FAILED sflq-pool4-del command failed, (parameters: %1, reason: %2)
The sflq-pool6-del command has failed. Both the reason as well as the
}
LOG_DEBUG(lease_cmds_logger, LEASE_CMDS_DBG_COMMAND_DATA, SFLQ_POOL4_REBUILD)
- .arg(cmd_args_)
+ .arg(cmd_args_->str())
.arg(rebuilt ? 1 : 0);
} catch (const std::exception& ex) {
}
LOG_DEBUG(lease_cmds_logger, LEASE_CMDS_DBG_COMMAND_DATA, SFLQ_POOL6_REBUILD)
- .arg(cmd_args_)
+ .arg(cmd_args_->str())
.arg(rebuilt ? 1 : 0);
} catch (const std::exception& ex) {
LOG_ERROR(lease_cmds_logger, SFLQ_POOL6_REBUILD_FAILED)
],
"cmd-syntax": [
"{",
- " \"command\": \"sflq-pool4-create\",",
+ " \"command\": \"sflq-pool4-rebuild\",",
" \"arguments\": {",
" \"start-address\": \"1.2.3.4\",",
" \"end-address\": \"1.2.3.4\"",