Bug #16994 » kea-dhcp4-sanitized-summary.json
| 1 |
{
|
|---|---|
| 2 |
"interfaces-count": 27, |
| 3 |
"subnet-count": 27, |
| 4 |
"multi-threading": null, |
| 5 |
"hooks-libraries": [ |
| 6 |
{ |
| 7 |
"library": "/usr/local/lib/kea/hooks/libdhcp_ha.so", |
| 8 |
"parameters": { |
| 9 |
"high-availability": [ |
| 10 |
{ |
| 11 |
"this-server-name": "pfmaster", |
| 12 |
"restrict-commands": true, |
| 13 |
"mode": "hot-standby", |
| 14 |
"peers": [ |
| 15 |
{ |
| 16 |
"name": "pfmaster", |
| 17 |
"role": "primary", |
| 18 |
"url": "http://10.11.1.3:8765/", |
| 19 |
"auto-failover": true |
| 20 |
}, |
| 21 |
{ |
| 22 |
"name": "pfbackup", |
| 23 |
"role": "standby", |
| 24 |
"url": "http://10.11.1.4:8765/", |
| 25 |
"auto-failover": true |
| 26 |
} |
| 27 |
], |
| 28 |
"heartbeat-delay": 10000, |
| 29 |
"max-response-delay": 60000, |
| 30 |
"max-ack-delay": 60000, |
| 31 |
"max-unacked-clients": 0, |
| 32 |
"max-rejected-lease-updates": 10 |
| 33 |
} |
| 34 |
] |
| 35 |
} |
| 36 |
} |
| 37 |
] |
| 38 |
}
|