]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - sysctl.d/50-default.conf
sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2
[thirdparty/systemd.git] / sysctl.d / 50-default.conf
index b67ae87ca6b75523017ab281f63991bc7e975224..b0645f33e7fea5d871af3c39339eabbb231d44be 100644 (file)
@@ -22,7 +22,7 @@ kernel.sysrq = 16
 kernel.core_uses_pid = 1
 
 # Source route verification
-net.ipv4.conf.all.rp_filter = 1
+net.ipv4.conf.all.rp_filter = 2
 
 # Do not accept source routing
 net.ipv4.conf.all.accept_source_route = 0
@@ -33,9 +33,6 @@ net.ipv4.conf.all.promote_secondaries = 1
 # Fair Queue CoDel packet scheduler to fight bufferbloat
 net.core.default_qdisc = fq_codel
 
-# Request Explicit Congestion Notification (ECN) on both in and outgoing connections
-net.ipv4.tcp_ecn = 1
-
 # Enable hard and soft link protection
 fs.protected_hardlinks = 1
 fs.protected_symlinks = 1