summaryrefslogtreecommitdiff
path: root/keama/tests/onxsc4.out
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/onxsc4.out')
-rw-r--r--keama/tests/onxsc4.out34
1 files changed, 34 insertions, 0 deletions
diff --git a/keama/tests/onxsc4.out b/keama/tests/onxsc4.out
new file mode 100644
index 00000000..95134a52
--- /dev/null
+++ b/keama/tests/onxsc4.out
@@ -0,0 +1,34 @@
+{
+ # on executable statement construct
+ # empty configs are not accepted by Kea
+ "Dhcp4": {
+ "valid-lifetime": 1800
+// # empty on statement
+// "statement": {
+// "on": {
+// "condition": "expiry"
+// }
+// }
+// # another one
+// "statement": {
+// "on": {
+// "condition": "commit or release",
+// "body": [
+// {
+// "execute": {
+// "command": "myscript",
+// "arguments": [
+// {
+// "packet": {
+// "offset": 5,
+// "length": 2
+// }
+// }
+// ]
+// }
+// }
+// ]
+// }
+// }
+ }
+}