mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-28 14:58:33 +00:00
Avoid warnings when applying settings for uninstalled kmods. See also FS#1073. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
# Do not edit, changes to this file will be lost on upgrades
|
|
# /etc/sysctl.conf can be used to customize sysctl settings
|
|
|
|
net.netfilter.nf_conntrack_acct=1
|
|
net.netfilter.nf_conntrack_checksum=0
|
|
net.netfilter.nf_conntrack_max=16384
|
|
net.netfilter.nf_conntrack_tcp_timeout_established=7440
|
|
net.netfilter.nf_conntrack_udp_timeout=60
|
|
net.netfilter.nf_conntrack_udp_timeout_stream=180
|