]> git.ipfire.org Git - thirdparty/dhcp.git/blob - keama/tests/global6.out
[#64,!35] Restored work
[thirdparty/dhcp.git] / keama / tests / global6.out
1 {
2 # DHCPv6 global reservation config
3 # empty configs are not accepted by Kea
4 "Dhcp6": {
5 "valid-lifetime": 1800,
6 "host-reservation-identifiers": [
7 "hw-address"
8 ],
9 "reservation-mode": "global",
10 "reservations": [
11 # global reservation
12 {
13 "hostname": "foobar",
14 "hw-address": "00:0b:fd:32:e6:fa",
15 "option-data": [
16 {
17 "space": "dhcp6",
18 "name": "dns-servers",
19 "code": 23,
20 "data": "2a01:e00::2, 2a01:e00::1"
21 }
22 ]
23 }
24 ]
25 }
26 }