summaryrefslogtreecommitdiff
path: root/keama/tests/onxsc4.out
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-11-22 13:39:45 -0500
committerThomas Markwalder <tmark@isc.org>2019-11-22 13:39:45 -0500
commit0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844 (patch)
treee4dfe9a92d676a49b18ab547d781fb3fb10c8e6a /keama/tests/onxsc4.out
parent97c155273c0df0c8518f226e2b5e338e3ad63e87 (diff)
downloadisc-dhcp-0cd94b5ef4a078097fc2bd1dc72f5e80c2cf1844.tar.gz
[#64,!35] Restored work
Restored cummulative work.
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
+// }
+// }
+// ]
+// }
+// }
+// ]
+// }
+// }
+ }
+}