summaryrefslogtreecommitdiff
path: root/templates/system/conntrack/timeout/other/node.def
blob: a794bb76a8063d54695f7555ea722960af13c822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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