diff options
| author | Roy Marples <roy@marples.name> | 2017-07-04 16:05:36 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-07-04 16:05:36 +0100 |
| commit | 17b8b2ac351aaabed72da4fb456fb1e370e4b42f (patch) | |
| tree | 9865ec507c1edc11b05482cd0927f54ebc286985 /README.md | |
| parent | 0a71632353de8a50f9ac15cb6d27e57fc0a4c516 (diff) | |
| download | dhcpcd-17b8b2ac351aaabed72da4fb456fb1e370e4b42f.tar.xz | |
Update to the real stock dhcpcd.conf
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |
