aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-09 05:06:39 +0000
committerBill Nottingham <notting@redhat.com>2001-08-09 05:06:39 +0000
commitffbce0700e415d9a57102ab14d5ba2c246080f93 (patch)
treeda32f84883dbe5d7f715b339277d9ac9edbb7dd9
parent8a998885175388ada90c32ed06000e22648d5b18 (diff)
downloadinitscripts-ffbce0700e415d9a57102ab14d5ba2c246080f93.tar
initscripts-ffbce0700e415d9a57102ab14d5ba2c246080f93.tar.gz
initscripts-ffbce0700e415d9a57102ab14d5ba2c246080f93.tar.bz2
initscripts-ffbce0700e415d9a57102ab14d5ba2c246080f93.tar.xz
initscripts-ffbce0700e415d9a57102ab14d5ba2c246080f93.zip
use conf.default for rp_filter, not conf.all (#50166)
-rw-r--r--sysctl.conf2
-rw-r--r--sysctl.conf.s3902
-rw-r--r--sysctl.conf.sparc2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysctl.conf b/sysctl.conf
index b6ce4d8e..73d2bc67 100644
--- a/sysctl.conf
+++ b/sysctl.conf
@@ -1,6 +1,6 @@
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
-net.ipv4.conf.all.rp_filter = 1
+net.ipv4.conf.default.rp_filter = 1
# Disables the magic-sysrq key
kernel.sysrq = 0
diff --git a/sysctl.conf.s390 b/sysctl.conf.s390
index b6a2150b..21350846 100644
--- a/sysctl.conf.s390
+++ b/sysctl.conf.s390
@@ -1,4 +1,4 @@
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
-net.ipv4.conf.all.rp_filter = 1
+net.ipv4.conf.default.rp_filter = 1
diff --git a/sysctl.conf.sparc b/sysctl.conf.sparc
index c01a8d06..5eed1c61 100644
--- a/sysctl.conf.sparc
+++ b/sysctl.conf.sparc
@@ -1,7 +1,7 @@
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
-net.ipv4.conf.all.rp_filter = 1
+net.ipv4.conf.default.rp_filter = 1
# Disables automatic defragmentation (needed for masquerading, LVS)
net.ipv4.ip_always_defrag = 0
# Disables the magic-sysrq key