chiark / gitweb /
networkd: dhcp - by default ignore the MTU
authorTom Gundersen <teg@jklm.no>
Sat, 18 Jan 2014 20:19:09 +0000 (21:19 +0100)
committerTom Gundersen <teg@jklm.no>
Sat, 18 Jan 2014 20:19:09 +0000 (21:19 +0100)
man/systemd-networkd.service.xml
src/network/networkd-network.c

index 2209737f48c1da07c5ac30e7b76dac40f5a593d8..9f628d3b4ac21ceef497dd4b2f52d7f80f21410e 100644 (file)
                                 <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>
index b6b0c796d2387649a035460776562e46bd18852d..40f6b230584478e9104e17b05f2ec7899d2320ea 100644 (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;