summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-07-04 16:05:36 +0100
committerRoy Marples <roy@marples.name>2017-07-04 16:05:36 +0100
commit17b8b2ac351aaabed72da4fb456fb1e370e4b42f (patch)
tree9865ec507c1edc11b05482cd0927f54ebc286985 /README.md
parent0a71632353de8a50f9ac15cb6d27e57fc0a4c516 (diff)
downloaddhcpcd-17b8b2ac351aaabed72da4fb456fb1e370e4b42f.tar.xz
Update to the real stock dhcpcd.conf
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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.