// invalid character in the hostname or Client FQDN. The default
// value is an empty string which will cause invalid characters
// to be omitted rather than replaced.
- "hostname-char-replacement": "x",
+ "hostname-char-replacement": "x",
// Regular expression describing the invalid character set in
// the hostname or Client FQDN.
// Queue type was mandatory.
"queue-type": "kea-ring4"
},
- // Missing: calculate-tee-times, t1-percent, t2-percent
+ // Missing: calculate-tee-times, t1-percent, t2-percent
// List of loggers used by the servers using this configuration file.
"loggers": [
{ "Dhcp4":
{
- // Set the server tag for the configuration backend. This instance will
+ // Set the server tag for the configuration backend. This instance will
// be named server1. Every configuration element that is applicable to
// either "all" or "server1" will be used by this instance.
"server-tag": "server1",
{ "Dhcp6":
{
- // Set the server tag for the configuration backend. This instance will
+ // Set the server tag for the configuration backend. This instance will
// be named server2. Every configuration element that is applicable to
// either "all" or "server2" will be used by this instance.
"server-tag": "server2",
// The following list defines subnets. Each subnet consists of at
// least subnet and pool entries.
"subnet6": [
- {
+ {
// This subnet use default calculation
"subnet": "2001:db8:1::/64",
"pools": [ { "pool": "2001:db8:1::/80" } ]
},
- {
+ {
// This subnet will use explicit values. Explict
// values override calculation.
"subnet": "2001:db8:2::/64",
"renew-timer": 1000,
"rebind-timer": 2000
},
- {
+ {
// This subnet will use custom percents
"subnet": "2001:db8:3::/64",
"pools": [ { "pool": "2001:db8:3::/80" } ],