diff options
Diffstat (limited to 'templates-cfg/system/conntrack/timeout/other/node.def')
-rw-r--r-- | templates-cfg/system/conntrack/timeout/other/node.def | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates-cfg/system/conntrack/timeout/other/node.def b/templates-cfg/system/conntrack/timeout/other/node.def deleted file mode 100644 index a794bb7..0000000 --- a/templates-cfg/system/conntrack/timeout/other/node.def +++ /dev/null @@ -1,13 +0,0 @@ -type: u32 - -help: Generic connection timeout in seconds - -default: 600 - -val_help: u32:1-21474836; Generic connection timeout in seconds - -syntax:expression: ($VAR(@) >= 1 && $VAR(@) <= 21474836) ; "Value must be between 1 and 21474836" - -update: sudo sysctl -q -w net/netfilter/nf_conntrack_generic_timeout=$VAR(@) - -delete: sudo sysctl -q -w net/netfilter/nf_conntrack_generic_timeout=600 |