mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
Disable netfilter on all bridges per default
Fixes: #11301 Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
3baa3661a1
commit
0f1cda211c
@@ -34,3 +34,8 @@ net.ipv6.conf.default.disable_ipv6 = 1
|
||||
|
||||
# Enable netfilter accounting
|
||||
net.netfilter.nf_conntrack_acct=1
|
||||
|
||||
# Disable netfilter on bridges.
|
||||
net.bridge.bridge-nf-call-ip6tables = 0
|
||||
net.bridge.bridge-nf-call-iptables = 0
|
||||
net.bridge.bridge-nf-call-arptables = 0
|
||||
|
||||
@@ -2,6 +2,7 @@ etc/system-release
|
||||
etc/issue
|
||||
etc/httpd/conf/server-tuning.conf
|
||||
etc/rc.d/init.d/unbound
|
||||
etc/sysctl.conf
|
||||
srv/web/ipfire/cgi-bin/index.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
usr/lib/libssp.so.0
|
||||
|
||||
Reference in New Issue
Block a user