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