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