summaryrefslogtreecommitdiff
path: root/keama/tests/prefix62.out
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-04-27 10:38:23 +0200
committerFrancis Dupont <fdupont@isc.org>2019-11-12 09:57:37 +0100
commitbb6b7624c33d545140ba8a81bda81d152f3543aa (patch)
tree4d5a9bf3bfce49091852ba03769e067592ab9b0e /keama/tests/prefix62.out
parent2fb8cbf54b054932783fc5804c9ec028a94d3ca5 (diff)
downloadisc-dhcp-bb6b7624c33d545140ba8a81bda81d152f3543aa.tar.gz
Checkpoint (finishing 2nd pass)
Diffstat (limited to 'keama/tests/prefix62.out')
-rw-r--r--keama/tests/prefix62.out35
1 files changed, 35 insertions, 0 deletions
diff --git a/keama/tests/prefix62.out b/keama/tests/prefix62.out
new file mode 100644
index 00000000..1f3e5d90
--- /dev/null
+++ b/keama/tests/prefix62.out
@@ -0,0 +1,35 @@
+{
+ # DHCPv6 prefix config
+ # authoritative is mandatory
+ "Dhcp6": {
+ "subnet6": [
+ # subnet declaration
+ {
+ "subnet": "2001::/64",
+ "option-data": [
+ # range declaration
+ {
+ "space": "dhcp6",
+ "name": "domain-search",
+ "code": 24,
+ "data": "example.com, example.org"
+ }
+ ],
+ "valid-lifetime": 1800,
+ "pd-pools": [
+// {
+// "prefix": "2001:0:0:1::",
+// "delegated-len": 64,
+// "prefix-highest": "2001:0:0:3::"
+// }
+ ],
+ "interface": "foo"
+ }
+ ],
+ "interfaces-config": {
+ "interfaces": [
+ "foo"
+ ]
+ }
+ }
+}