[systemd-commits] man/systemd-networkd.service.xml src/network

Tom Gundersen tomegun at kemper.freedesktop.org
Sat Jan 18 12:19:25 PST 2014


 man/systemd-networkd.service.xml |    4 ++--
 src/network/networkd-network.c   |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 0de638530c0651e554cff06cb0bf7a8ccdff97ab
Author: Tom Gundersen <teg at jklm.no>
Date:   Sat Jan 18 21:19:09 2014 +0100

    networkd: dhcp - by default ignore the MTU

diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml
index 2209737..9f628d3 100644
--- a/man/systemd-networkd.service.xml
+++ b/man/systemd-networkd.service.xml
@@ -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>
diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c
index b6b0c79..40f6b23 100644
--- a/src/network/networkd-network.c
+++ b/src/network/networkd-network.c
@@ -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;
 



More information about the systemd-commits mailing list