summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2012-10-15 10:41:17 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2012-10-15 10:41:17 +0100
commit2022310f956fcde8c414206eca5e2d096a86a305 (patch)
tree0a592800ee75fdcb1b1cfec119b3c6a56a3138d9 /CHANGELOG
parent657ed09693ba34b04c53607c72d3a1b94847ab81 (diff)
downloaddnsmasq-2022310f956fcde8c414206eca5e2d096a86a305.tar.gz
SO_REUSEADDR and SO_V6ONLY options on DHCPv6 socket.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc0869a..31b5880 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,11 @@ version 2.64
infinte loop at startup. Regression in 2.63. Thanks to
Haim Gelfenbeyn for spotting this.
+ Set SO_REUSEADDRESS and SO_V6ONLY options on the DHCPv6
+ socket, this allows multiple instances of dnsmasq on a
+ single machine, in the same way as for DHCPv4. Thanks to
+ Gene Czarcinski and Vladislav Grishenko for work on this.
+
version 2.63
Do duplicate dhcp-host address check in --test mode.