xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/optionvendor4.out (revision 8ecbf5f02b752fcb7debe1a8fab1dc82602bc760)
1{
2  # group and class declaration config
3  # vendor option space
4  "Dhcp4": {
5    "option-def": [
6      {
7        "space": "vendor-12345",
8        "name": "test",
9        "code": 1,
10        "type": "string"
11      }
12    ],
13    "option-data": [
14      {
15        "space": "dhcp4",
16        "name": "vivso-suboptions",
17        "code": 125,
18        "data": "12345"
19      },
20      {
21        "space": "vendor-12345",
22        "name": "test",
23        "code": 1,
24        "data": "a test"
25      }
26    ]
27  }
28}
29