summaryrefslogtreecommitdiff
path: root/keama/tests/shareone6.out
blob: 6f8389c3bce5d58f74e40ddedacc7e14407d5c66 (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
33
34
35
36
37
{
  # DHCPv6 one-subnet shared-network declaration config
  # shared-network declaration
  "Dhcp6": {
    "interfaces-config": {
      "interfaces": [
        "en0"
      ]
    },
    "subnet6": [
      # subnet declaration
      {
        "id": 1,
        "subnet": "2001::/64",
        "valid-lifetime": 3600,
        "pools": [
          {
            # pool
            "pool": "2001::1000 - 2001::2000"
          }
        ],
        "interface": "en0",
        "option-data": [
          # interface
          # option
          {
            "space": "dhcp6",
            "name": "domain-search",
            "code": 24,
//          "original-data": "\"example.com\", \"example.org\"",
            "data": "example.com, example.org"
          }
        ]
      }
    ]
  }
}