summaryrefslogtreecommitdiff
path: root/keama/tests/prefix6.out
blob: e0fe3ea535ad0fb0a543f059c4b5d1736f5e6e7a (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 prefix config
  # subnet declaration
  /// This configuration declares some subnets but has no interfaces-config
  /// Reference Kea #245
  "Dhcp6": {
    "subnet6": [
      {
        "id": 1,
        "subnet": "2001::/64",
        "option-data": [
          # range declaration
          {
            "space": "dhcp6",
            "name": "domain-search",
            "code": 24,
//          "original-data": "\"example.com\", \"example.org\"",
            "data": "example.com, example.org"
          }
        ],
        "valid-lifetime": 1800,
        "pd-pools": [
          {
            "prefix": "2001:0:0:10::",
            "delegated-len": 64,
            "prefix-len": 60
          }
        ]
      }
    ]
  }
}