summaryrefslogtreecommitdiff
path: root/keama/tests/orphan4.out
blob: 5411f5c5d7a5561515b9a942a9bc070cda294195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  # DHCPv4 orphan reservation config
  # authoritative is mandatory
  "Dhcp4": {
    "valid-lifetime": 1800,
    "host-reservation-identifiers": [
      "hw-address"
    ]
//  /// Orphan reservations
//  /// Kea reservations are per subnet
//  /// Reference Kea #5246
//  "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"
//        }
//      ]
//    }
//  ]
  }
}