summaryrefslogtreecommitdiff
path: root/keama/tests/pool6.out
blob: 7502e1c0ea574c485c4a2e6515c18238670b8b6e (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
{
  # DHCPv6 pool config
  # authoritative is mandatory
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #5256
  "Dhcp6": {
    "subnet6": [
      # subnet declaration
      {
        "subnet": "2001::/64",
        /// valid-lifetime moved from an internal pool scope
        "valid-lifetime": 1800,
        "pools": [
          # pool declaration
          {
            "option-data": [
              {
                "space": "dhcp6",
                "name": "domain-search",
                "code": 24,
                "data": "example.com, example.org"
              }
            ],
            "pool": "2001::100 - 2001::200"
          }
        ]
      }
    ]
  }
}