diff options
| author | Roy Marples <roy@marples.name> | 2008-08-20 08:50:38 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-20 08:50:38 +0000 |
| commit | 0235df9d663b986bb4a0c9554209555673e5d312 (patch) | |
| tree | 9acd7bd7604c2de8dd4cb101166b39290376dac1 /dhcpcd.8.in | |
| parent | 1895d36baf752404c7cead5fb6f0f12a2be1ecbc (diff) | |
| download | dhcpcd-0235df9d663b986bb4a0c9554209555673e5d312.tar.xz | |
Move the --renew option to --rebind as it's more accurate (both are -n). Support --renew when CMDLINE_COMPAT is enabled.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index ed422aa9..6c82d3fb 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -169,6 +169,8 @@ process running on the to release its lease, deconfigure the .Ar interface and then exit. +.Nm +then waits until this process has exited. .It Fl l , -leasetime Ar seconds Request a specific lease time in .Ar seconds . @@ -190,17 +192,27 @@ Request the DHCP .Ar option variable for use in .Pa @SCRIPT@ . -.It Fl n , -renew +.It Fl n , -rebind Notifies an existing .Nm process running on the .Ar interface -to renew it's lease. +to rebind it's lease. .Nm will not re-configure itself or use any other command line arguments. +.Nm +will timeout the rebind after 30 seconds at which point the lease will be +expired and +.Nm +will enter the discovery state to obtain a new lease. +Use the +.Fl t , -timeout +option to change this. If .Nm is not running, then it starts up as normal. +This option used to be renew, but rebind is more accurate as we need to +broadcast the request instead of unicasting. .It Fl p , -persistent .Nm normally deconfigures the |
