networkd: dhcp - by default ignore the MTU

This commit is contained in:
Tom Gundersen 2014-01-18 21:19:09 +01:00
parent b25ef18b33
commit 0de638530c
2 changed files with 2 additions and 3 deletions

View file

@ -256,8 +256,8 @@
<varlistentry>
<term><varname>UseMTU</varname></term>
<listitem>
<para>When true (the default) the interface maximum transmission unit
from the DHCP server will be used on the current link.</para>
<para>When true the interface maximum transmission unit from the DHCP server will
be used on the current link. Defaults to false.</para>
</listitem>
</varlistentry>
<varlistentry>

View file

@ -66,7 +66,6 @@ static int network_load_one(Manager *manager, const char *filename) {
return log_oom();
network->dhcp_dns = true;
network->dhcp_mtu = true;
network->dhcp_hostname = true;
network->dhcp_domainname = true;