summaryrefslogtreecommitdiff
path: root/keama/tests/temporary6.out
blob: 4202b53518cd3f16fd808bc568c9256c30e6a831 (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
32
{
  # DHCPv6 temporary (aka IA_TA) range config
  # authoritative is mandatory
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #5256
  "Dhcp6": {
    "subnet6": [
      # subnet declaration
      {
        "subnet": "2001::/64",
        "option-data": [
          # range declaration
          {
            "space": "dhcp6",
            "name": "domain-search",
            "code": 24,
            "data": "example.com, example.org"
          }
        ],
        "valid-lifetime": 1800,
        "pools": [
//        {
//          "pool": "2001::100/64 temporary"
//        }
//        {
//          "pool": "2001::1000/116 temporary"
//        }
        ]
      }
    ]
  }
}