From 44d70c592ad922dfd7e585f2592a4aa156fc02dc Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 27 Feb 2015 10:42:39 +0100 Subject: sysctl.conf: move bridge setting to module-init-tools --- sysctl.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysctl.conf') 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 -- cgit v1.2.1