]> git.ipfire.org Git - thirdparty/dhcp.git/commit - RELNOTES
[master] Add support for pool thresholds
authorShawn Routhier <sar@isc.org>
Thu, 5 Jun 2014 21:55:01 +0000 (14:55 -0700)
committerShawn Routhier <sar@isc.org>
Thu, 5 Jun 2014 21:55:01 +0000 (14:55 -0700)
commit250f7134bbe06f5014ab12dfd8a459c9b39e17cb
tree1c133ba8b68a77c044bd8259e52f9afd9e5e607e
parent0ab4a716125d7945645bc0b3935c052edee0e97d
[master] Add support for pool thresholds

Add support to set high and low thresholds for pools for
v4 and v6.  A message will be emitted when the usage of
the pool first exceeds the high threshold.  More messages
will be skipped until the usage has gone below the low
threshold and then back above the high threshold.
12 files changed:
RELNOTES
common/options.c
common/tests/Makefile.am
common/tests/Makefile.in
common/tests/misc_unittest.c [new file with mode: 0644]
includes/dhcpd.h
server/confpars.c
server/dhcp.c
server/dhcpd.conf.5
server/dhcpv6.c
server/mdb6.c
server/stables.c