Module Name:    src
Committed By:   roy
Date:           Fri Jul  3 22:20:09 UTC 2009

Modified Files:
        src/external/bsd/dhcpcd/dist: dhcpcd.conf

Log Message:
Sync


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/dhcpcd/dist/dhcpcd.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/dhcpcd/dist/dhcpcd.conf
diff -u src/external/bsd/dhcpcd/dist/dhcpcd.conf:1.2 src/external/bsd/dhcpcd/dist/dhcpcd.conf:1.3
--- src/external/bsd/dhcpcd/dist/dhcpcd.conf:1.2	Mon Jun  1 19:07:55 2009
+++ src/external/bsd/dhcpcd/dist/dhcpcd.conf	Fri Jul  3 22:20:09 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: dhcpcd.conf,v 1.2 2009/06/01 19:07:55 christos Exp $
+#	$NetBSD: dhcpcd.conf,v 1.3 2009/07/03 22:20:09 roy Exp $
 #
 # A sample configuration for dhcpcd.
 # See dhcpcd.conf(5) for details.
@@ -10,16 +10,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

Reply via email to