summaryrefslogtreecommitdiff
path: root/keama/tests/ipaddrhost4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/ipaddrhost4.out')
-rw-r--r--keama/tests/ipaddrhost4.out24
1 files changed, 24 insertions, 0 deletions
diff --git a/keama/tests/ipaddrhost4.out b/keama/tests/ipaddrhost4.out
new file mode 100644
index 00000000..22a36643
--- /dev/null
+++ b/keama/tests/ipaddrhost4.out
@@ -0,0 +1,24 @@
+{
+ # hostname config
+ /// This configuration declares some subnets but has no interfaces-config
+ /// Reference Kea #245
+ "Dhcp4": {
+ "host-reservation-identifiers": [
+ "hw-address"
+ ],
+ "reservation-mode": "global",
+ "reservations": [
+ {
+ "hostname": "test1",
+ "hw-address": "00:07:0e:36:48:19",
+ "ip-address": "151.101.122.217"
+ }
+ ],
+ "subnet4": [
+ {
+ "id": 1,
+ "subnet": "149.20.64.0/25"
+ }
+ ]
+ }
+}