modified: doc/examples/kea4/hooks-radius.json
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/dhcp6-srv.rst
modified: doc/sphinx/arm/hooks-bootp.rst
{
// White pool (110-119 are for reservations)
"pool": "192.0.2.120-192.0.2.199",
- "client-classes": [ "white" ]
+ "client-classes": [ "white" ]
}
// Note there are not pools available to anyone. This is
{
"id": 1,
"subnet": "10.1.1.0/24",
- "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
+ "pools": [ { "pool": "10.1.1.2 - 10.1.1.20" } ],
"client-classes": [ "docsis3.0" ],
"relay": {
"ip-addresses": [ "10.1.1.1" ]
{
"name": "galah",
"relay": {
- "ip-addresses": [ "2001:db8:2:34::1" ]
+ "ip-addresses": [ "2001:db8:2:34::1" ]
},
"subnet6": [
{
{
// BOOTP clients will be handled here
"pool": "192.0.2.200 - 192.0.2.254",
- "client-classes": [ "BOOTP" ]
+ "client-classes": [ "BOOTP" ]
},
{
// Regular DHCP clients will be handled here