]> git.ipfire.org Git - thirdparty/dhcp.git/blob - keama/tests/optionvendor4.out
[#64,!35] Restored work
[thirdparty/dhcp.git] / keama / tests / optionvendor4.out
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 }