aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-05-13 15:37:33 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-05-13 15:41:24 +0200
commitda4942b41cf7c1346d55040f75df808a3fc528b8 (patch)
tree861eb31d7a83fdfbabfc34e58d480a8667dceea5 /schema
parent182867a07106b180e2b57f6aec6382a24bcdd531 (diff)
Use layer4 specific flow timeouts.
* default values "stolen" from nf_conntrack Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/daemon_event_schema.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json
index cf3756236..a22e57f61 100644
--- a/schema/daemon_event_schema.json
+++ b/schema/daemon_event_schema.json
@@ -53,7 +53,16 @@
"idle-scan-period": {
"type": "number"
},
- "max-idle-time": {
+ "generic-max-idle-time": {
+ "type": "number"
+ },
+ "icmp-max-idle-time": {
+ "type": "number"
+ },
+ "udp-max-idle-time": {
+ "type": "number"
+ },
+ "tcp-max-idle-time": {
"type": "number"
},
"tcp-max-post-end-flow-time": {