summaryrefslogtreecommitdiff
path: root/keama/tests/sharetwo6.in6
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/sharetwo6.in6')
-rw-r--r--keama/tests/sharetwo6.in624
1 files changed, 24 insertions, 0 deletions
diff --git a/keama/tests/sharetwo6.in6 b/keama/tests/sharetwo6.in6
new file mode 100644
index 00000000..3c75aad5
--- /dev/null
+++ b/keama/tests/sharetwo6.in6
@@ -0,0 +1,24 @@
+# DHCPv6 two subnets in shared-network declaration config
+
+# shared-network declaration
+shared-network "foobar" {
+ # interface
+ interface "en0";
+ # option
+ option dhcp6.domain-search "example.com", "example.org";
+ # parameter
+ default-lease-time 1800;
+ # subnet declaration
+ subnet6 2001::/64 {
+ # redefined parameter
+ default-lease-time 3600;
+ # pool
+ range6 2001::1000 2001::2000;
+ }
+ # second subnet declaration
+ subnet6 2002::/64 {
+ pool6 {
+ prefix6 2001:0:0:10:: 2001:0:0:1f:: /64;
+ }
+ }
+}