]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Disable the requesting of MTU by default as there's a lot of buggy servers out there...
authorRoy Marples <roy@marples.name>
Fri, 13 Jun 2008 10:10:00 +0000 (10:10 +0000)
committerRoy Marples <roy@marples.name>
Fri, 13 Jun 2008 10:10:00 +0000 (10:10 +0000)
dhcpcd.conf

index 07da045d66e66c98b040b39c17dee97e3ccbfe0c..cce1795c7e99124d5398fb3e8497c32af55a1bef 100644 (file)
@@ -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