From: Roy Marples Date: Fri, 13 Jun 2008 10:10:00 +0000 (+0000) Subject: Disable the requesting of MTU by default as there's a lot of buggy servers out there... X-Git-Tag: v4.0.2~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e917fed88358aac76bdce4f565ddd9117e4eb6f;p=thirdparty%2Fdhcpcd.git Disable the requesting of MTU by default as there's a lot of buggy servers out there. Plus we maybe trying to use jumbo frames. --- diff --git a/dhcpcd.conf b/dhcpcd.conf index 07da045d..cce1795c 100644 --- a/dhcpcd.conf +++ b/dhcpcd.conf @@ -7,5 +7,7 @@ option domain_name_servers, domain_name, domain_search, host_name # Most distros have ntp support. option ntp_servers -# We should behave nicely on networks and respect their MTU -option interface_mtu +# We should behave nicely on networks and respect their MTU. +# However, a lot of buggy DHCP servers set invalid MTUs so this is not +# enabled by default. +#option interface_mtu