summaryrefslogtreecommitdiff
path: root/keama/tests/temporary6.out
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/temporary6.out
parent97c155273c0df0c8518f226e2b5e338e3ad63e87 (diff)
downloadisc-dhcp-0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844.tar.gz
[#64,!35] Restored work
Restored cummulative work.
Diffstat (limited to 'keama/tests/temporary6.out')
-rw-r--r--keama/tests/temporary6.out33
1 files changed, 33 insertions, 0 deletions
diff --git a/keama/tests/temporary6.out b/keama/tests/temporary6.out
new file mode 100644
index 00000000..e7af7bba
--- /dev/null
+++ b/keama/tests/temporary6.out
@@ -0,0 +1,33 @@
+{
+ # DHCPv6 temporary (aka IA_TA) range config
+ # subnet declaration
+ /// This configuration declares some subnets but has no interfaces-config
+ /// Reference Kea #245
+ "Dhcp6": {
+ "subnet6": [
+ {
+ "id": 1,
+ "subnet": "2001::/64",
+ "option-data": [
+ # range declaration
+ {
+ "space": "dhcp6",
+ "name": "domain-search",
+ "code": 24,
+// "original-data": "\"example.com\", \"example.org\"",
+ "data": "example.com, example.org"
+ }
+ ],
+ "valid-lifetime": 1800,
+ "pools": [
+// {
+// "pool": "2001::100/64 temporary"
+// }
+// {
+// "pool": "2001::1000/116 temporary"
+// }
+ ]
+ }
+ ]
+ }
+}