summaryrefslogtreecommitdiff
path: root/keama/tests/permitauth6.in6
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/permitauth6.in6')
-rw-r--r--keama/tests/permitauth6.in615
1 files changed, 15 insertions, 0 deletions
diff --git a/keama/tests/permitauth6.in6 b/keama/tests/permitauth6.in6
new file mode 100644
index 00000000..ce0a25aa
--- /dev/null
+++ b/keama/tests/permitauth6.in6
@@ -0,0 +1,15 @@
+# DHCPv6 permit authenticated client config
+
+# empty configs are not accepted by Kea
+default-lease-time 1800;
+
+# subnet declaration
+subnet6 2001::/64 {
+ # pool declaration
+ pool6 {
+ # avoid empty pool
+ range6 2001::100 2001::200;
+ # call get_permit
+ deny unauthenticated clients;
+ }
+}