diff options
| author | Roy Marples <roy@marples.name> | 2008-09-16 13:17:23 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-16 13:17:23 +0000 |
| commit | 2662d5195f4c8200be223bad3656903e3db16548 (patch) | |
| tree | 7451fcefe8f52deca347052fca4bf2a71b5feef4 /dhcpcd.conf.5.in | |
| parent | 9c7d387680c41b35e99a0509dd58c2b8fd38c896 (diff) | |
| download | dhcpcd-2662d5195f4c8200be223bad3656903e3db16548.tar.xz | |
Allow the release keyword in dhcpcd.conf to release the lease on shutdown.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index d7031310..19676c19 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 15, 2008 +.Dd September 16, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -132,6 +132,9 @@ The default is 10 seconds. A setting if 0 seconds causes .Nm dhcpcd to skip the reboot phase and go straight into discover. +.It Ic release +.Nm dhcpcd +will release the lease prior to stopping the interface. .It Ic require Ar option Requires the .Ar option |
