Blame SOURCES/0078-Revert-sysctl.d-switch-net.ipv4.conf.all.rp_filter-f.patch

a3e2b5
From 47b256d63ac092137fe44e27560a14ee4aa5b7c8 Mon Sep 17 00:00:00 2001
a3e2b5
From: Lukas Nykryn <lnykryn@redhat.com>
a3e2b5
Date: Fri, 8 Feb 2019 10:54:34 +0100
a3e2b5
Subject: [PATCH] Revert "sysctl.d: switch net.ipv4.conf.all.rp_filter from 1
a3e2b5
 to 2"
a3e2b5
a3e2b5
This reverts commit 75c9af80cf3529c76988451e63f98010c86f48f1.
a3e2b5
a3e2b5
Resolves: #1653824
a3e2b5
---
a3e2b5
 sysctl.d/50-default.conf | 2 +-
a3e2b5
 1 file changed, 1 insertion(+), 1 deletion(-)
a3e2b5
a3e2b5
diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf
a3e2b5
index b0645f33e7..e263cf0628 100644
a3e2b5
--- a/sysctl.d/50-default.conf
a3e2b5
+++ b/sysctl.d/50-default.conf
a3e2b5
@@ -22,7 +22,7 @@ kernel.sysrq = 16
a3e2b5
 kernel.core_uses_pid = 1
a3e2b5
 
a3e2b5
 # Source route verification
a3e2b5
-net.ipv4.conf.all.rp_filter = 2
a3e2b5
+net.ipv4.conf.all.rp_filter = 1
a3e2b5
 
a3e2b5
 # Do not accept source routing
a3e2b5
 net.ipv4.conf.all.accept_source_route = 0