Technical References

Specifies an optional address to which the service is bound.
If unspecified, the DHCP server accepts connections to any valid
local address.
enable bool default = true
Specifies whether this service is enabled. If disabled, the DHCP
server will ignore this listener configuration.
leasequery-backlog-time rangeint(30-600) default = 120
Specifies the number of seconds of active leasequery updates that the
DHCP server will hold in memory when a connection is blocked.
If multiple listener objects are configured, the DHCP server uses the
longest time for this attribute for all its connections.
leasequery-send-all bool default = false
Specifies whether to send a message to active leasequery
clients for every write to the DHCP lease state database.
The alternative (and the default) is to optimize the traffic
over active leasequery connections and to send only updates
which are necessary to maintain accurate state in the active
leasequery client. The optimizations are largely involved
with failover updates, in an attempt to avoid redundant
active leasequery messages. However, this optimization is
only valid if the active leasequery client connects to both
failover servers. Should you have an active leasequery client
which only ever connects to one failover partner, this
optimization will prevent important data from reaching such
a client and you should enable this attribute to prevent
the optimization. Configuring any listener with this attribute
enabled will cause all active leasequery connections to send
a message for every write to the DHCP lease state database.
max-connections int default = 10
Specifies the maximum number of simultaneous connections allowed
for the service.
name string required,unique
Specifies the name of service. This name has no significance.
port short default = 67
Specifies the port number on which the DHCP server listens for
TCP connections.
dhcp-subnet
dhcp-subnet - Describes a contiguous range of IP address space
which the DHCP server has allocated to a client.
Synopsis