blob: 763e01caac756cc0769d904b6dca06b9deb96314 [file] [log] [blame]
Simon Kelley69cbf782016-05-03 21:33:38 +01001.TH DHCP_RELEASE 1
2.SH NAME
3dhcp_release6 \- Release a DHCPv6 lease on a the local dnsmasq DHCP server.
4.SH SYNOPSIS
5.B dhcp_release6 --iface <interface> --client-id <client-id> --server-id
6server-id --iaid <iaid> --ip <IP> [--dry-run] [--help]
7.SH "DESCRIPTION"
8A utility which forces the DHCP server running on this machine to release a
9DHCPv6 lease.
10.SS OPTIONS
11.IP "-a, --ip"
12IPv6 address to release.
13.IP "-c, --client-id"
14Colon-separated hex string representing DHCPv6 client id. Normally
15it can be found in leases file both on client and server.
16.IP "-d, --dry-run"
17Print hexadecimal representation of generated DHCPv6 release packet to standard
18output and exit.
19.IP "-h, --help"
20print usage information to standard output and exit.
21.IP "-i, --iaid"
22Decimal representation of DHCPv6 IAID. Normally it can be found in leases file
23both on client and server.
24.IP "-n, --iface"
25Network interface to send a DHCPv6 release packet from.
26.IP "-s, --server-id"
27Colon-separated hex string representing DHCPv6 server id. Normally
28it can be found in leases file both on client and server.
29.SH NOTES
30MUST be run as root - will fail otherwise.
31.SH LIMITATIONS
32Only usable on IPv6 DHCP leases.
33.SH SEE ALSO
34.BR dnsmasq (8)
35.SH AUTHOR
36This manual page was written by Simon Kelley <simon@thekelleys.org.uk>.
37
38