]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Respect the MTU by default.
authorRoy Marples <roy@marples.name>
Fri, 3 Jul 2009 09:55:16 +0000 (09:55 +0000)
committerRoy Marples <roy@marples.name>
Fri, 3 Jul 2009 09:55:16 +0000 (09:55 +0000)
If people have broken DHCP servers, or use an ISP with one they can
always change the setting.

dhcpcd.conf

index 9c273af4c7af1039245d60aa7863998d6c7e6090..667f935c10689dcd88bb4c0bd7554bc318801621 100644 (file)
@@ -8,16 +8,13 @@ hostname
 option domain_name_servers, domain_name, domain_search, host_name
 # Most distributions have NTP support.
 option ntp_servers
-
-# 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
+# Respect the network MTU.
+option interface_mtu
 
 # A ServerID is required by RFC2131.
 # Some broken DHCP servers do not send one and dhcpcd can work without it.
-# Some broken DHCP servers NAK incorrectly and do not include a ServerID either so
-# the default is to require a ServerID.
+# Some broken DHCP servers NAK incorrectly and do not include a ServerID
+# either so the default is to require a ServerID.
 require dhcp_server_identifier
 
 # A hook script is provided to lookup the hostname if not set by the DHCP