diff options
| author | Roy Marples <roy@marples.name> | 2008-05-28 09:30:45 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-28 09:30:45 +0000 |
| commit | 841ff129d17612a40b92362a67fa26da86c884f3 (patch) | |
| tree | 2f66067de9ec947e1b2c55e55f9804bea5ed25c6 /dhcpcd.8.in | |
| parent | 9643f9162be0afc2438f399a8dc9e8e144f6461b (diff) | |
| download | dhcpcd-841ff129d17612a40b92362a67fa26da86c884f3.tar.xz | |
When we're persistent and using the last lease ignore expired check. This is so we work with NFS / and the DHCP server has been down for a while.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index c7900e2f..33b88215 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 21, 2008 +.Dd May 28, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -266,8 +266,10 @@ and should not be copied to other hosts. .It Fl E , -lastlease If .Nm -cannot obtain a lease, then try to use the last lease we got for the -interface if it hasn't yet expired. +cannot obtain a lease, then try to use the last lease we got for the interface. +If the +.Fl p, -persistent +option is not given then we only use the lease if it hasn't expired. .It Fl F , -fqdn Ar fqdn Requests that the DHCP server updates DNS using FQDN instead of just a hostname. |
