summaryrefslogtreecommitdiff
path: root/templates-cfg/system/conntrack/timeout/other
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-27 08:32:34 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-27 08:32:34 +0200
commitff8c4aacff4e26b6cea43beeec184412369c5085 (patch)
tree294735892d841d6791124df761db97c1d443abd9 /templates-cfg/system/conntrack/timeout/other
parent9a220d534356b20587058e6f7f6455004b059c05 (diff)
downloadvyatta-conntrack-ff8c4aacff4e26b6cea43beeec184412369c5085.tar.gz
vyatta-conntrack-ff8c4aacff4e26b6cea43beeec184412369c5085.zip
T3579: migrate sysctl settings to vyos-1x
Diffstat (limited to 'templates-cfg/system/conntrack/timeout/other')
-rw-r--r--templates-cfg/system/conntrack/timeout/other/node.def13
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