{ # DHCPv6 temporary (aka IA_TA) range config # subnet declaration /// This configuration declares some subnets but has no interfaces-config /// Reference Kea #245 "Dhcp6": { "subnet6": [ { "id": 1, "subnet": "2001::/64", "option-data": [ # range declaration { "space": "dhcp6", "name": "domain-search", "code": 24, // "original-data": "\"example.com\", \"example.org\"", "data": "example.com, example.org" } ], "valid-lifetime": 1800, "pools": [ // { // "pool": "2001::100/64 temporary" // } // { // "pool": "2001::1000/116 temporary" // } ] } ] } }