This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.
xxxxxxxxxx
======kea_cfg_opt17======
Example of configuration for option 17 (''dhcp6_poolname_opt=2'') for Kea DHCPv6:
<code bash>
# Pool Description
"client-classes": [
{
"name": "test-ipv6-pool",
"test": "vendor[43823].option[1].hex == 'test-ipv6-pool'",
# In option-data you can set options common to this class
"option-data": [
"name": "dns-servers",
"space": "dhcp6",
"data": "2001:db8:2::dead:beef, 2001:db8:2::cafe:babe"
}
]
},
# Description of other classes
# ...
] # end of client-classes
# Setting pools
"shared-networks": [
"name": "MyNetworks",
# The pools are accessed on behalf of the relay
"relay": {