summaryrefslogtreecommitdiff
path: root/keama/tests/optionvendor4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/optionvendor4.out')
-rw-r--r--keama/tests/optionvendor4.out28
1 files changed, 28 insertions, 0 deletions
diff --git a/keama/tests/optionvendor4.out b/keama/tests/optionvendor4.out
new file mode 100644
index 00000000..80a9a5e8
--- /dev/null
+++ b/keama/tests/optionvendor4.out
@@ -0,0 +1,28 @@
+{
+ # group and class declaration config
+ # vendor option space
+ "Dhcp4": {
+ "option-def": [
+ {
+ "space": "vendor-12345",
+ "name": "test",
+ "code": 1,
+ "type": "string"
+ }
+ ],
+ "option-data": [
+ {
+ "space": "dhcp4",
+ "name": "vivso-suboptions",
+ "code": 125,
+ "data": "12345"
+ },
+ {
+ "space": "vendor-12345",
+ "name": "test",
+ "code": 1,
+ "data": "a test"
+ }
+ ]
+ }
+}