summaryrefslogtreecommitdiff
path: root/keama/tests/orphan6.inN
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/orphan6.inN')
-rw-r--r--keama/tests/orphan6.inN10
1 files changed, 10 insertions, 0 deletions
diff --git a/keama/tests/orphan6.inN b/keama/tests/orphan6.inN
new file mode 100644
index 00000000..e85368f2
--- /dev/null
+++ b/keama/tests/orphan6.inN
@@ -0,0 +1,10 @@
+# DHCPv6 orphan reservation config
+
+# empty configs are not accepted by Kea
+default-lease-time 1800;
+
+# orphan reservation
+host foobar {
+ hardware ethernet 00:0B:FD:32:E6:FA;
+ option dhcp6.name-servers 2a01:e00::2, 2a01:e00::1;
+}