summaryrefslogtreecommitdiff
path: root/keama/tests/optionspace4.out
blob: e6e18594d0c8d009780c988843f438378e244513 (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
  "Dhcp4": {
//  "option-space": {
//    "name": "bar",
//    /// Only code width 1 is supported
//    "code-width": 4,
//    /// Only length width 1 is supported
//    "length-width": 4
//  },
//  "option-space": {
//    "name": "full",
//    /// Only code width 1 is supported
//    "code-width": 2,
//    /// Only length width 1 is supported
//    "length-width": 2
//  },
    "option-def": [
      # option spaces
      {
        "space": "foobar",
        "name": "test",
        "code": 1,
        "type": "string"
      },
      {
        "space": "foo",
        "name": "test",
        "code": 1,
        "type": "string"
      }
    ]
  }
}