summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorMark Andrews <marka@isc.org>2011-02-18 01:41:30 +0000
committerMark Andrews <marka@isc.org>2011-02-18 01:41:30 +0000
commit7900af4bef29e5f38c9e5b52633c7fb88953e1bc (patch)
tree5e0ca33412a3bd6766114cd2dc4034db7cbdfa6f /RELNOTES
parent4176a7009dde1893d7d4b96a8ce2d8602dff0c3a (diff)
downloadisc-dhcp-7900af4bef29e5f38c9e5b52633c7fb88953e1bc.tar.gz
- Removed the restriction on using IPv6 address in IPv4 mode. This allow
IPv4 options which contain IPv6 address to be specified. For example the 6rd option can be specified and use like this: option 6rd code 212 = { integer 8, integer 8, ip6-address, array of ip-address }; option 6rd 16 10 2001:: 1.2.3.4, 5.6.7.8;
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 7c6eb9de..e0f379b3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -41,6 +41,15 @@ work on other platforms. Please report any problems and suggested fixes to
Changes since 4.2.0
+- Removed the restriction on using IPv6 address in IPv4 mode. This allow
+ IPv4 options which contain IPv6 address to be specified. For example
+ the 6rd option can be specified and use like this:
+
+ option 6rd code 212 = { integer 8, integer 8,
+ ip6-address, array of ip-address };
+ option 6rd 16 10 2001:: 1.2.3.4, 5.6.7.8;
+
+
- Documentation cleanup covering multiple tickets
[ISC-Bugs #20265] [ISC-Bugs #20259] minor cleanup
[ISC-Bugs #20263] add text describing some default values