summaryrefslogtreecommitdiff
path: root/keama/tests/subnet6.in6
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/subnet6.in6')
-rw-r--r--keama/tests/subnet6.in618
1 files changed, 18 insertions, 0 deletions
diff --git a/keama/tests/subnet6.in6 b/keama/tests/subnet6.in6
new file mode 100644
index 00000000..ec834fd3
--- /dev/null
+++ b/keama/tests/subnet6.in6
@@ -0,0 +1,18 @@
+# DHCPv6 subnet declaration config
+
+# parameter which will be changed in subnet
+default-lease-time 1800;
+
+# DHCPv4 subnet declaration
+subnet6 2001::/64 {
+ # at least one pool is required
+ pool6 {
+ range6 2001::100 2001::200;
+ }
+ option dhcp6.domain-search "example.com", "example.org";
+ default-lease-time 3600;
+ pool6 {
+ prefix6 2001:0:0:10:: 2001:0:0:1f:: /64;
+ }
+}
+