]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Update to the real stock dhcpcd.conf
authorRoy Marples <roy@marples.name>
Tue, 4 Jul 2017 15:05:36 +0000 (16:05 +0100)
committerRoy Marples <roy@marples.name>
Tue, 4 Jul 2017 15:05:36 +0000 (16:05 +0100)
README.md

index 85dce6985137a372a7a7f9c852c883ad3125d270..5cdd574b59020b5f10be54f7f492fc31e7302875 100644 (file)
--- 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.