Fix --address=/#/...... which was lost in 2.86

A victim of the domain-search rewrite. Apologies.
This commit is contained in:
Simon Kelley
2021-09-23 10:54:46 +01:00
parent c147329823
commit 26bbf5a314
3 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
version 2.87
Allow arbitrary prefix lengths in --rev-server and
--domain=....,local
Replace --address=/#/..... functionality which got
missed in the 2.86 domain search rewrite.
version 2.86
Handle DHCPREBIND requests in the DHCPv6 server code.
Thanks to Aichun Li for spotting this omission, and the initial