From: Roy Marples Date: Sun, 25 Oct 2020 08:50:44 +0000 (+0000) Subject: dhcpcd.conf(5): mention fallback for the reboot option X-Git-Tag: v9.3.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca37a5e262d7a6394d9cc96ec2879bea0fcd7e2;p=thirdparty%2Fdhcpcd.git dhcpcd.conf(5): mention fallback for the reboot option Syncs with dhcpcd(8) --- diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in index 1169ae7a..c3686b94 100644 --- a/src/dhcpcd.conf.5.in +++ b/src/dhcpcd.conf.5.in @@ -606,18 +606,24 @@ Suppress any dhcpcd output to the console, except for errors. .It Ic reboot Ar seconds Allow .Ar reboot -seconds before moving to the DISCOVER phase if we have an old lease to use -and moving from DISCOVER to IPv4LL if no reply. +seconds before moving to the DISCOVER phase if we have an old lease to use. +Allow +.Ar reboot +seconds before starting fallback states from the DISCOVER phase. +IPv4LL is started when the first +.Ar reboot +timeout is reached. The default is 5 seconds. A setting of 0 seconds causes -.Nm dhcpcd -to skip the REBOOT phase and go straight into DISCOVER. +.Nm +to skip the reboot phase and go straight into DISCOVER. This is desirable for mobile users because if you change from network A to network B and they use the same subnet and the address from network A isn't in use on network B, then the DHCP server will remain silent even if authoritative which means .Nm dhcpcd will timeout before moving back to the DISCOVER phase. +This has no effect on DHCPv6 other than skipping the reboot phase. .It Ic release .Nm dhcpcd will release the lease prior to stopping the interface.