Technical References

Causes the server to reject all renewal requests, forcing the client
to obtain a different address any time it contacts the DHCP server.
inhibit-renews-at-reboot bool default = false
Permits clients to renew their leases, but the server forces
them to obtain new addresses each time they reboot.
limitation-count int
Specifies the maximum number of clients with the same limitation-id
that are allowed to have currently active and valid leases.
offer-timeout time default = 2m
Instructs the server to wait a specified amount of time when it
has offered a lease to a client, but the offer is not yet accepted.
At the end of the specified time interval, the server makes the
lease available again.
packet-file-name string
Identifies the boot-file to use in the boot process of a client.
The server returns this file name in the 'file' field of its replies.
The packet-file-name cannot be longer than 128 characters.
packet-server-name string
Identifies the host-name of the server to use in a client's boot
process. The server returns this file name in the 'sname' field
of its replies. The packet-server-name field cannot be longer
than 64 characters.
packet-siaddr ipaddr
Identifies the IP address of the next server in the client boot
process. For example, this might be the address of a TFTP server
used by BOOTP clients. The server returns this address in the
'siaddr' field of its replies.
permanent-leases bool default = disabled
Indicates whether leases using this policy are permanently granted
to requesting clients. If leases are permanently granted,
the dhcp-lease-time will be "infinite."
preferred-lifetime time default = 1w
Assigns the default and maximum preferred lifetime for leases to
DHCPv6 client interfaces. Expressed in seconds and relative to
the time the server sent the packet, this attribute sets the
length of time that the address is preferred; that is, its use is
unrestricted. When the preferred lifetime expires, the address
becomes deprecated and its use is restricted.
reconfigure enumint(allow=1, disallow=2, require=3) default = allow