Add back dhcpcd.conf

This commit is contained in:
roy 2009-10-02 21:36:41 +00:00
parent cc2e8e7e32
commit 0b3ae6da92
1 changed files with 5 additions and 5 deletions

View File

@ -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 domain_name_servers, domain_name, domain_search, host_name
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