summaryrefslogtreecommitdiff
path: root/keama/tests/orphan6.inN
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-11-22 13:39:45 -0500
committerThomas Markwalder <tmark@isc.org>2019-11-22 13:39:45 -0500
commit0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844 (patch)
treee4dfe9a92d676a49b18ab547d781fb3fb10c8e6a /keama/tests/orphan6.inN
parent97c155273c0df0c8518f226e2b5e338e3ad63e87 (diff)
downloadisc-dhcp-0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844.tar.gz
[#64,!35] Restored work
Restored cummulative work.
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;
+}