mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#3463] Fixed JSON error in ARM
This commit is contained in:
@@ -1130,7 +1130,7 @@ lease:
|
|||||||
|
|
||||||
{
|
{
|
||||||
"hooks-libraries": [{
|
"hooks-libraries": [{
|
||||||
"library": "/path/libdhcp_lease_cmds.so"
|
"library": "/path/libdhcp_lease_cmds.so",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"binding-variables": [{
|
"binding-variables": [{
|
||||||
"name": "opt-222",
|
"name": "opt-222",
|
||||||
|
@@ -2856,7 +2856,7 @@ LeaseCmdsImpl::leases6Committed(CalloutHandle& callout_handle,
|
|||||||
} catch (const NoSuchLease&) {
|
} catch (const NoSuchLease&) {
|
||||||
++failed;
|
++failed;
|
||||||
LOG_ERROR(lease_cmds_logger, LEASE_CMDS_LEASES6_COMMITTED_CONFLICT)
|
LOG_ERROR(lease_cmds_logger, LEASE_CMDS_LEASES6_COMMITTED_CONFLICT)
|
||||||
.arg("WTF") //lease->addr_.toText())
|
.arg(lease->addr_.toText())
|
||||||
.arg(query->getLabel());
|
.arg(query->getLabel());
|
||||||
} catch (const std::exception& ex) {
|
} catch (const std::exception& ex) {
|
||||||
++failed;
|
++failed;
|
||||||
|
Reference in New Issue
Block a user