From: Roy Marples Date: Tue, 4 Jul 2017 15:05:36 +0000 (+0100) Subject: Update to the real stock dhcpcd.conf X-Git-Tag: v7.0.0-rc2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb68f1e282369f2144a9bc6ad39c8167c67151c;p=thirdparty%2Fdhcpcd.git Update to the real stock dhcpcd.conf --- diff --git a/README.md b/README.md index 85dce698..5cdd574b 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,18 @@ hostname # In this case, comment out duid and enable clientid above. duid +# Persist interface configuration when dhcpcd exits. +persistent + +# Rapid commit support. +# Safe to enable by default because it requires the equivalent option set +# on the server to actually work. +option rapid_commit + # A list of options to request from the DHCP server. option domain_name_servers, domain_name, domain_search, host_name option classless_static_routes -# Respect the network MTU. +# Respect the network MTU. This is applied to DHCP routes. option interface_mtu # Most distributions have NTP support.