summaryrefslogtreecommitdiff
path: root/keama/tests/pool4.out
blob: 11dfb90ff2582d287b5bb3fa3eef6a5532d77352 (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
{
  "Dhcp4": {
    "subnet4": [
      # DHCPv4 pool config
      # authoritative is mandatory
      # subnet declaration
      {
        "subnet": "10.5.5.0/27",
        "pools": [
          # pool declaration
          /// option-data was moved from this DHCPv4 pool
          {
            "pool": "10.5.5.5 - 10.5.5.10"
          }
        ],
        "option-data": [
          {
            "space": "dhcp4",
            "name": "domain-search",
            "code": 119,
            "data": "example.com, example.org"
          }
        ],
        /// valid-lifetime moved from an internal pool scope
        "valid-lifetime": 1800
      }
    ]
  }
}