summaryrefslogtreecommitdiff
path: root/keama/tests/optdatagrouppool4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/optdatagrouppool4.out')
-rw-r--r--keama/tests/optdatagrouppool4.out23
1 files changed, 23 insertions, 0 deletions
diff --git a/keama/tests/optdatagrouppool4.out b/keama/tests/optdatagrouppool4.out
new file mode 100644
index 00000000..4fb102d3
--- /dev/null
+++ b/keama/tests/optdatagrouppool4.out
@@ -0,0 +1,23 @@
+{
+ # embedded option-data in DHCPv4 pool config
+ # empty configs are not accepted by Kea
+ /// This configuration declares some subnets but has no interfaces-config
+ /// Reference Kea #245
+ "Dhcp4": {
+ "valid-lifetime": 1800,
+ "subnet4": [
+ # subnet declaration
+ {
+ "id": 1,
+ "subnet": "10.5.5.0/27",
+ "pools": [
+ # pool declaration
+ {
+ # avoid empty pool
+ "pool": "10.5.5.5 - 10.5.5.10"
+ }
+ ]
+ }
+ ]
+ }
+}