summaryrefslogtreecommitdiff
path: root/keama/tests/temporary6.out
diff options
context:
space:
mode:
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"
+// }
+ ]
+ }
+ ]
+ }
+}