Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / dhcpcd / dist / dhcpcd.conf
blob1b5986d1df1ff804cb57e040463b009b923a2448
1 #       $NetBSD: dhcpcd.conf,v 1.4 2009/10/02 21:36:41 roy Exp $
3 # A sample configuration for dhcpcd.
4 # See dhcpcd.conf(5) for details.
6 # Inform the DHCP server of our hostname for DDNS.
7 hostname
8 # To share the DHCP lease across OSX and Windows a ClientID is needed.
9 # Enabling this may get a different lease than the kernel DHCP client.
10 # Some upstream DHCP servers may also require a ClientID, such as FRITZ!Box.
11 #clientid
13 # A list of options to request from the DHCP server.
14 option domain_name_servers, domain_name, domain_search, host_name
15 option classless_static_routes
16 # Most distributions have NTP support.
17 option ntp_servers
18 # Respect the network MTU.
19 option interface_mtu
20 # A ServerID is required by RFC2131.
21 require dhcp_server_identifier
23 # A hook script is provided to lookup the hostname if not set by the DHCP
24 # server, but it should not be run by default.
25 nohook lookup-hostname