Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/dist Add back dhcpcd.conf



details:   https://anonhg.NetBSD.org/src/rev/f7a4e90c2d7f
branches:  trunk
changeset: 747819:f7a4e90c2d7f
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Oct 02 21:36:41 2009 +0000

description:
Add back dhcpcd.conf

diffstat:

 external/bsd/dhcpcd/dist/dhcpcd.conf |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 4b8f52ba6f2f -r f7a4e90c2d7f external/bsd/dhcpcd/dist/dhcpcd.conf
--- a/external/bsd/dhcpcd/dist/dhcpcd.conf      Fri Oct 02 21:31:01 2009 +0000
+++ b/external/bsd/dhcpcd/dist/dhcpcd.conf      Fri Oct 02 21:36:41 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index