summaryrefslogtreecommitdiffstats
path: root/dhcpcd.conf
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-13 10:10:00 +0000
committerRoy Marples <roy@marples.name>2008-06-13 10:10:00 +0000
commit9e917fed88358aac76bdce4f565ddd9117e4eb6f (patch)
tree2c164a15a21624a8b53b2c0334d8f28fe2208aca /dhcpcd.conf
parentfa1d32892283c03053ffad10e6137cf3ff6d69b7 (diff)
downloaddhcpcd-9e917fed88358aac76bdce4f565ddd9117e4eb6f.tar.xz
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.
Diffstat (limited to 'dhcpcd.conf')
-rw-r--r--dhcpcd.conf6
1 files changed, 4 insertions, 2 deletions
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