Module Name:    src
Committed By:   roy
Date:           Fri Oct  2 21:36:41 UTC 2009

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

Log Message:
Add back dhcpcd.conf


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/bsd/dhcpcd/dist/dhcpcd.conf:1.4
--- src/external/bsd/dhcpcd/dist/dhcpcd.conf:1.3	Fri Jul  3 22:20:09 2009
+++ src/external/bsd/dhcpcd/dist/dhcpcd.conf	Fri Oct  2 21:36:41 2009
@@ -1,10 +1,14 @@
-#	$NetBSD: dhcpcd.conf,v 1.3 2009/07/03 22:20:09 roy Exp $
+#	$NetBSD: dhcpcd.conf,v 1.4 2009/10/02 21:36:41 roy Exp $
 #
 # A sample configuration for dhcpcd.
 # See dhcpcd.conf(5) for details.
 
 # Inform the DHCP server of our hostname for DDNS.
 hostname
+# To share the DHCP lease across OSX and Windows a ClientID is needed.
+# Enabling this may get a different lease than the kernel DHCP client.
+# Some upstream DHCP servers may also require a ClientID, such as FRITZ!Box.
+#clientid
 
 # A list of options to request from the DHCP server.
 option domain_name_servers, domain_name, domain_search, host_name
@@ -12,11 +16,7 @@
 option ntp_servers
 # 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.
 require dhcp_server_identifier
 
 # A hook script is provided to lookup the hostname if not set by the DHCP

Reply via email to