summaryrefslogtreecommitdiff
path: root/keama/tests/optionspace6.out
blob: 475e60d314070fd45e9ff4f6bdf82a275812e4d2 (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
{
  # group and class declaration config
  # authoritative is mandatory
  "Dhcp6": {
//  "option-space": {
//    "name": "bar",
//    /// Only code width 2 is supported
//    "code-width": 4,
//    /// Only length width 2 is supported
//    "length-width": 4
//  },
//  "option-space": {
//    "name": "full",
//    /// Only code width 2 is supported
//    "code-width": 1,
//    /// Only length width 2 is supported
//    "length-width": 1
//  },
    "option-def": [
      # option spaces
      {
        "space": "foobar",
        "name": "test",
        "code": 1,
        "type": "string"
      },
      {
        "space": "foo",
        "name": "test",
        "code": 1,
        "type": "string"
      }
    ]
  }
}