summaryrefslogtreecommitdiff
path: root/keama/tests/orphan4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/orphan4.out')
-rw-r--r--keama/tests/orphan4.out30
1 files changed, 30 insertions, 0 deletions
diff --git a/keama/tests/orphan4.out b/keama/tests/orphan4.out
new file mode 100644
index 00000000..c0146767
--- /dev/null
+++ b/keama/tests/orphan4.out
@@ -0,0 +1,30 @@
+{
+ # DHCPv4 orphan reservation config
+ # empty configs are not accepted by Kea
+ "Dhcp4": {
+ "valid-lifetime": 1800,
+ "host-reservation-identifiers": [
+ "hw-address"
+ ]
+// /// Orphan reservations
+// /// Kea reservations are per subnet
+// /// Reference Kea #231
+// "reservations": [
+// # orphan reservation
+// {
+// "hostname": "foobar",
+// "hw-address": "00:0b:fd:32:e6:fa",
+// "option-data": [
+// {
+// "space": "dhcp4",
+// "name": "ip-forwarding",
+// "code": 19,
+// "original-data": "off",
+// /// canonized booleans to lowercase true or false
+// "data": "false"
+// }
+// ]
+// }
+// ]
+ }
+}