aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2015-02-27 10:42:39 +0100
committerLukas Nykryn <lnykryn@redhat.com>2015-02-27 10:42:39 +0100
commit44d70c592ad922dfd7e585f2592a4aa156fc02dc (patch)
tree580ae3592298bb01754dde4673d0ef1d0354c46a /sysctl.conf
parentef78e5b24e31df90f91b811da7e30ce1d236d8e0 (diff)
downloadinitscripts-44d70c592ad922dfd7e585f2592a4aa156fc02dc.tar
initscripts-44d70c592ad922dfd7e585f2592a4aa156fc02dc.tar.gz
initscripts-44d70c592ad922dfd7e585f2592a4aa156fc02dc.tar.bz2
initscripts-44d70c592ad922dfd7e585f2592a4aa156fc02dc.tar.xz
initscripts-44d70c592ad922dfd7e585f2592a4aa156fc02dc.zip
sysctl.conf: move bridge setting to module-init-tools
Diffstat (limited to 'sysctl.conf')
-rw-r--r--sysctl.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysctl.conf b/sysctl.conf
index 55ffe6e6..519d61ec 100644
--- a/sysctl.conf
+++ b/sysctl.conf
@@ -22,11 +22,6 @@ kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 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
-
# Controls the default maxmimum size of a mesage queue
kernel.msgmnb = 65536