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