summaryrefslogtreecommitdiff
path: root/keama/tests/pool4.out
blob: e0b6bee879139bc45c68a58ccb9fc1f79e3ed632 (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
31
{
  # DHCPv4 pool config
  # subnet declaration
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #245
  "Dhcp4": {
    "subnet4": [
      {
        "id": 1,
        "subnet": "10.5.5.0/27",
        /// default-valid-lifetime moved from an internal pool scope
        "valid-lifetime": 1800,
        "pools": [
          # pool declaration
          {
            "option-data": [
              {
                "space": "dhcp4",
                "name": "domain-search",
                "code": 119,
//              "original-data": "\"example.com\", \"example.org\"",
                "data": "example.com, example.org"
              }
            ],
            "pool": "10.5.5.5 - 10.5.5.10"
          }
        ]
      }
    ]
  }
}