blob: 2fa78d3515f23d8eaaaf344899c4d1850e719076 [file] [log] [blame]
Simon Kelley7de060b2011-08-26 17:24:52 +01001.TH DHCP_LEASE_TIME 1
2.SH NAME
3dhcp_lease_time \- Query remaining time of a lease on a the local dnsmasq DHCP server.
4.SH SYNOPSIS
5.B dhcp_lease_time <address>
6.SH "DESCRIPTION"
7Send a DHCPINFORM message to a dnsmasq server running on the local host
8and print (to stdout) the time remaining in any lease for the given
9address. The time is given as string printed to stdout.
10
11If an error occurs or no lease exists for the given address,
12nothing is sent to stdout a message is sent to stderr and a
13non-zero error code is returned.
14
Simon Kelley1c10b9d2013-04-23 10:58:35 +010015Requires dnsmasq 2.67 or later and may not work with other DHCP servers.
Simon Kelley7de060b2011-08-26 17:24:52 +010016
Simon Kelley1c10b9d2013-04-23 10:58:35 +010017The address argument is a dotted-quad IP addresses and mandatory.
18.SH LIMITATIONS
19Only works with IPv4 addresses and DHCP leases.
Simon Kelley7de060b2011-08-26 17:24:52 +010020.SH SEE ALSO
21.BR dnsmasq (8)
22.SH AUTHOR
23This manual page was written by Simon Kelley <simon@thekelleys.org.uk>.
24
25