summaryrefslogtreecommitdiff
path: root/keama/tests/permitauth4.out
blob: 4cb4334b561c519fab1a710a62a409ea2e553f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  # DHCPv4 permit authenticated client config
  # authoritative is mandatory
  "Dhcp4": {
    "valid-lifetime": 1800,
    "subnet4": [
      # subnet declaration
      {
        "subnet": "10.5.5.0/27",
        "pools": [
          # pool declaration
          {
            # avoid empty pool
            "pool": "10.5.5.5 - 10.5.5.10"
//          "allow": [
//            "authenticated clients"
//          ]
          }
        ]
      }
    ]
  }
}