diff options
author | Shawn Routhier <sar@isc.org> | 2012-11-16 15:02:13 -0800 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2012-11-16 15:02:13 -0800 |
commit | f8380d3ff2a1db349b05fec75d2e12ac1a0b9c89 (patch) | |
tree | 7a6262f5df71ea128984441bf2ad1827677d8caa /RELNOTES | |
parent | 3aa562f8ad63d047eaafb01968730a6effb2d952 (diff) | |
download | isc-dhcp-f8380d3ff2a1db349b05fec75d2e12ac1a0b9c89.tar.gz |
[master]
+- Add support for a simple check that the server id in a request message
+ to a failover peer matches the server id of the server. This support
+ is enabled by editing the file includes/site.h and uncommenting the
+ definition for SERVER_ID_CHECK. The option has several restrictions
+ and issues - please read the comment in the site.h file before
+ enabling it.
+ [ISC-Bugs #31463]
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -161,6 +161,14 @@ work on other platforms. Please report any problems and suggested fixes to variables. [ISC-Bugs #29068] +- Add support for a simple check that the server id in a request message + to a failover peer matches the server id of the server. This support + is enabled by editing the file includes/site.h and uncommenting the + definition for SERVER_ID_CHECK. The option has several restrictions + and issues - please read the comment in the site.h file before + enabling it. + [ISC-Bugs #31463] + Changes since 4.2.3 ! Add a check for a null pointer before calling the regexec function. |