aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf
blob: f8484efa18ea7f8a98b95311ca0a845057630237 (plain)
1
2
3
4
5
6
7
8
9
# Kernel sysctl configuration file
#
# For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
# sysctl.conf(5) for more details.

# 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