]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2"
authorLukas Nykryn <lnykryn@redhat.com>
Fri, 8 Feb 2019 09:54:34 +0000 (10:54 +0100)
committerLukáš Nykrýn <lnykryn@redhat.com>
Fri, 8 Feb 2019 10:10:17 +0000 (11:10 +0100)
This reverts commit 75c9af80cf3529c76988451e63f98010c86f48f1.

Resolves: #1653824

sysctl.d/50-default.conf

index b0645f33e7fea5d871af3c39339eabbb231d44be..e263cf06284a98a2fb402767b023f20ab9eb9808 100644 (file)
@@ -22,7 +22,7 @@ kernel.sysrq = 16
 kernel.core_uses_pid = 1
 
 # Source route verification
-net.ipv4.conf.all.rp_filter = 2
+net.ipv4.conf.all.rp_filter = 1
 
 # Do not accept source routing
 net.ipv4.conf.all.accept_source_route = 0