summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-19 15:51:02 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-19 15:51:02 -0500
commitab77c8b8b58ae5741482886c74515d8c0772a92b (patch)
tree0582e874087f06cdf90ec150c31c2cba9d28f26d /RELNOTES
parenta2a0f98c21c7c9926bb8901344e939e276a6242e (diff)
downloadisc-dhcp-ab77c8b8b58ae5741482886c74515d8c0772a92b.tar.gz
[master] Restores use of env vars for lease and pid files
Merges in rt46859.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES16
1 files changed, 12 insertions, 4 deletions
diff --git a/RELNOTES b/RELNOTES
index 4f865617..4c8a5707 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -298,10 +298,10 @@ dhcp-users@lists.isc.org.
- Added to the server (-6) a new statement, local-address6, which specifies
the source address of packets sent by the server. An additional flag,
- bind-local-address6, disabled by default makes the service socket to
- be bound to local-address6. Note as for local-address this does not
- work with direct client: a relay has to forward packets to the server
- using the local-address6 destination.
+ bind-local-address6, disabled by default, binds the service socket to
+ to local-address6. Note that bind-local-address does not work with direct
+ clients: a relay has to forward packets to the server using the
+ local-address6 destination.
[ISC-Bugs #46084]
Changes since 4.3.6 (Bugs):
@@ -338,6 +338,14 @@ dhcp-users@lists.isc.org.
direction.
[ISC-Bugs #46767]
+- The server now recognizes environment variables PATH_DHCPD_DB and
+ PATH_DHCPD_PID. These had been incorrectly compiled out of the code
+ unless DHCPv6 support was disabled. Additionally, the server man
+ pages were corrected to accurately reflect how the server chooses
+ file names (see lease-file-name and pid-file-name statements). Thanks
+ to Fernando Soto at Bluecat for bringing this matter to our attention.
+ [ISC-Bugs #46859]
+
Changes since 4.3.6b1
- None