summaryrefslogtreecommitdiff
path: root/keama/tests/global6.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/global6.out')
-rw-r--r--keama/tests/global6.out26
1 files changed, 26 insertions, 0 deletions
diff --git a/keama/tests/global6.out b/keama/tests/global6.out
new file mode 100644
index 00000000..5616e7ec
--- /dev/null
+++ b/keama/tests/global6.out
@@ -0,0 +1,26 @@
+{
+ # DHCPv6 global reservation config
+ # empty configs are not accepted by Kea
+ "Dhcp6": {
+ "valid-lifetime": 1800,
+ "host-reservation-identifiers": [
+ "hw-address"
+ ],
+ "reservation-mode": "global",
+ "reservations": [
+ # global reservation
+ {
+ "hostname": "foobar",
+ "hw-address": "00:0b:fd:32:e6:fa",
+ "option-data": [
+ {
+ "space": "dhcp6",
+ "name": "dns-servers",
+ "code": 23,
+ "data": "2a01:e00::2, 2a01:e00::1"
+ }
+ ]
+ }
+ ]
+ }
+}