diff options
author | Tom Gundersen <teg@jklm.no> | 2014-08-12 20:50:13 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-08-12 20:50:13 +0200 |
commit | ccf1c0299fbe5f6b59e494aabc9883948b7a9df1 (patch) | |
tree | d81ba4e7371599fec4d040119b339507f6c816af /man/systemd.network.xml | |
parent | 54cba0b16cdc94d5c21e8d805a4ade1255d43bc9 (diff) |
networkd: disable ipv4ll default routes by default
This causes machines without connectivity to hang where they would otherwise fail. Keep it
opt-in for now, but consider whether we sholud just drop it.
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 3af199e84a..9ef69fa1b7 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -220,7 +220,7 @@ <listitem> <para>A boolean. When true, sets up the route needed for non-IPv4LL hosts to communicate with IPv4LL-only hosts. Defaults - to true. + to false. </para> </listitem> </varlistentry> |