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 | f30358d41a41caebc1eda7d1445289d070a5cbf3 (patch) | |
tree | 361db167ea706e06bd4f1645eb4e266adfef8338 /package/base-files/files/etc | |
parent | 2e5125c3d6e4856a7bcdcef9b6698fdc3bd5659e (diff) | |
download | mtk-20170518-f30358d41a41caebc1eda7d1445289d070a5cbf3.zip mtk-20170518-f30358d41a41caebc1eda7d1445289d070a5cbf3.tar.gz mtk-20170518-f30358d41a41caebc1eda7d1445289d070a5cbf3.tar.bz2 |
kernel: remove the netfilter optimization that skips the filter table, it has caused too many issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44873
Diffstat (limited to 'package/base-files/files/etc')
-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 1225e46..8f3de1a 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 |