aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-04-09 12:10:19 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-04-09 14:12:48 +0200
commit4e583cd4dedd6467f300eea5947a4f6bb2c036f2 (patch)
treedae818feb42faa54a1c2e68f0bb8d35f7ee92d13 /schema
parent0a7ad7a76ac34d7a0c7635591203de08979b60da (diff)
Added JSON schema validation to run_tests.sh
* Python3 scripts are now compatible with versions <3.6 * improved and prettified run_tests.sh Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/daemon_event_schema.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json
index 7a40a6ca0..cf3756236 100644
--- a/schema/daemon_event_schema.json
+++ b/schema/daemon_event_schema.json
@@ -59,6 +59,9 @@
"tcp-max-post-end-flow-time": {
"type": "number"
},
+ "max-packets-per-flow-to-process": {
+ "type": "number"
+ },
"max-packets-per-flow-to-send": {
"type": "number"
}