diff options
Diffstat (limited to 'keama/tests/temporary6.out')
-rw-r--r-- | keama/tests/temporary6.out | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keama/tests/temporary6.out b/keama/tests/temporary6.out new file mode 100644 index 00000000..0073184a --- /dev/null +++ b/keama/tests/temporary6.out @@ -0,0 +1,32 @@ +{ + # DHCPv6 temporary (aka IA_TA) range config + # authoritative is mandatory + /// This configuration declares some subnets but has no interfaces-config + /// Reference Kea #5256 + "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, + "pools": [ + { +// "pool": "2001::100/64 temporary" + }, + { +// "pool": "2001::1000/116 temporary" + } + ] + } + ] + } +} |