summaryrefslogtreecommitdiff
path: root/keama/tests/optiondeclBat4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/optiondeclBat4.out')
-rw-r--r--keama/tests/optiondeclBat4.out18
1 files changed, 18 insertions, 0 deletions
diff --git a/keama/tests/optiondeclBat4.out b/keama/tests/optiondeclBat4.out
new file mode 100644
index 00000000..204b5281
--- /dev/null
+++ b/keama/tests/optiondeclBat4.out
@@ -0,0 +1,18 @@
+{
+ # bad Bat (non terminal array) option declaration
+ "Dhcp4": {
+ "option-def": [
+ /// unsupported array inside a record
+ {
+ "space": "foobar",
+ "name": "fmt-Bat",
+ "code": 1,
+ "array": true,
+// "definition": "{ array of uint8, string}",
+ /// Option definition is not compatible with Kea
+ /// Fallback to full binary
+ "type": "binary"
+ }
+ ]
+ }
+}