diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-17 17:14:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-17 17:14:48 +0000 |
commit | 4c704212192d7715c25fd7c556bbcbcb159a75c5 (patch) | |
tree | 613b6b5c54af3262174650722ac2694329f0a744 /package/base-files | |
parent | 841765538a9843a33f6f398c1b59a5cd0bfa7761 (diff) | |
download | upstream-4c704212192d7715c25fd7c556bbcbcb159a75c5.tar.gz upstream-4c704212192d7715c25fd7c556bbcbcb159a75c5.tar.bz2 upstream-4c704212192d7715c25fd7c556bbcbcb159a75c5.zip |
kernel: remove the netfilter optimization that skips the filter table, it has caused too many issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/files/etc/sysctl.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/etc/sysctl.conf b/package/base-files/files/etc/sysctl.conf index 1225e46fd0..8f3de1aac0 100644 --- a/package/base-files/files/etc/sysctl.conf +++ b/package/base-files/files/etc/sysctl.conf @@ -22,7 +22,6 @@ 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 -net.netfilter.nf_conntrack_skip_filter=1 # disable bridge firewalling by default net.bridge.bridge-nf-call-arptables=0 |