summaryrefslogtreecommitdiff
path: root/keama/tests/optionspace6.out
blob: fdc9ea72f22313a157a1c07ec490d1e58f14219e (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
{
  # group and class declaration config
  # option spaces
  "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": [
      {
        "space": "foobar",
        "name": "test",
        "code": 1,
        "type": "string"
      },
      {
        "space": "foo",
        "name": "test",
        "code": 1,
        "type": "string"
      }
    ]
  }
}