diff options
author | Andrew Jeddeloh <andrewjeddeloh@gmail.com> | 2017-10-05 03:58:02 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-05 12:58:02 +0200 |
commit | 95ab9eff1e24cf996cd4111a93e3a8b29ff0f524 (patch) | |
tree | 6593a187109068fd9d1a0a5f4aa5de51c2ac141a /man | |
parent | 70b491d190a3c846874901ced6a63cd98d8c2838 (diff) | |
download | systemd-95ab9eff1e24cf996cd4111a93e3a8b29ff0f524.tar.gz |
Revert "networkd: change UseMTU default to true. (#6837)" (#6950)
This reverts commit 22043e4317ecd2bc7834b48a6d364de76bb26d91.
UseMTU is broken on real hardware and should not be enabled by default.
Diffstat (limited to 'man')
-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 40e302c90d..b1759677f9 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1063,7 +1063,7 @@ <listitem> <para>When true, the interface maximum transmission unit from the DHCP server will be used on the current link. - Defaults to true.</para> + Defaults to false.</para> </listitem> </varlistentry> <varlistentry> |