Remove building with NOCRYPTO option
[minix3.git] / external / bsd / dhcpcd / dist / dhcpcd.conf
blob25133477813f3e6ce4bed68c9aee4be597f3d982
1 # $NetBSD: dhcpcd.conf,v 1.17 2015/08/21 10:39:00 roy Exp $
3 # A sample configuration for dhcpcd.
4 # See dhcpcd.conf(5) for details.
6 # Allow users of this group to interact with dhcpcd via the control socket.
7 #controlgroup wheel
9 # Inform the DHCP server of our hostname for DDNS.
10 hostname
12 # Use the hardware address of the interface for the Client ID.
13 #clientid
14 # or
15 # Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
16 # Some non-RFC compliant DHCP servers do not reply with this set.
17 # In this case, comment out duid and enable clientid above.
18 duid
20 # Persist interface configuration when dhcpcd exits.
21 persistent
23 # Rapid commit support.
24 # Safe to enable by default because it requires the equivalent option set
25 # on the server to actually work.
26 option rapid_commit
28 # A list of options to request from the DHCP server.
29 option domain_name_servers, domain_name, domain_search, host_name
30 option classless_static_routes
31 # Most distributions have NTP support.
32 option ntp_servers
33 # Respect the network MTU. This is applied to DHCP routes.
34 option interface_mtu
36 # A ServerID is required by RFC2131.
37 require dhcp_server_identifier
39 # Generate Stable Private IPv6 Addresses instead of hardware based ones
40 slaac private
42 # A hook script is provided to lookup the hostname if not set by the DHCP
43 # server, but it should not be run by default.
44 nohook lookup-hostname
46 # MINIX 3 only: the LWIP service supports only one IPv4 address per interface.
47 # The 'noalias' directive tells dhcpcd(8) to remove any previous IPv4 addresses
48 # before adding a new one.  This directive should and does not affect IPv6.
49 noalias