summaryrefslogtreecommitdiff
path: root/keama/tests/ipaddrhost4.out
blob: 22a36643c81a7708c0eb14575ff60eab8c4874fd (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
{
  # 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"
      }
    ]
  }
}