commit | 75c9af80cf3529c76988451e63f98010c86f48f1 | [log] [download] |
---|---|---|
author | Lubomir Rintel <lkundrak@v3.sk> | Wed Nov 28 11:44:20 2018 +0100 |
committer | Lukáš Nykrýn <lnykryn@redhat.com> | Wed Dec 12 11:00:20 2018 +0100 |
tree | 12675ac63baf2e758a3bc1c7df9b71bc12d953de | |
parent | c16785e970b83590fc9de4ea0f7e410470d88db5 [diff] |
sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2 This switches the RFC3704 Reverse Path filtering from Strict mode to Loose mode. The Strict mode breaks some pretty common and reasonable use cases, such as keeping connections via one default route alive after another one appears (e.g. plugging an Ethernet cable when connected via Wi-Fi). The strict filter also makes it impossible for NetworkManager to do connectivity check on a newly arriving default route (it starts with a higher metric and is bumped lower if there's connectivity). Kernel's default is 0 (no filter), but a Loose filter is good enough. The few use cases where a Strict mode could make sense can easily override this. The distributions that don't care about the client use cases and prefer a strict filter could just ship a custom configuration in /usr/lib/sysctl.d/ to override this. Cherry-picked from: 230450d4e4f1f5fc9fa4295ed9185eea5b6ea16e Resolves: #1653824
General information about systemd can be found in the systemd Wiki.
Information about build requirements are provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the HACKING file for information how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.