Mercurial > hg > dhcpcd
changeset 1325:bfebdc25d96e draft
Respect the MTU by default.
If people have broken DHCP servers, or use an ISP with one they can
always change the setting.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 03 Jul 2009 09:55:16 +0000 |
| parents | 6f53b9d40de2 |
| children | 1feeadf14c9d |
| files | dhcpcd.conf |
| diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd.conf Fri Jul 03 09:52:37 2009 +0000 +++ b/dhcpcd.conf Fri Jul 03 09:55:16 2009 +0000 @@ -8,16 +8,13 @@ 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
