summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorPaolo Inglese <paolo.ingls@gmail.com>2016-10-03 12:18:51 +0100
committerPaolo Inglese <paolo.ingls@gmail.com>2016-10-03 12:18:51 +0100
commitae4077916c94e9c15fa2800f51409ccb116bf63f (patch)
treefc2cfe29aa6db68d711e8447ee582fb2a048e5da /changes
parent14a604721091d3995c9905efe52e9f2fb789afaa (diff)
downloadtor-ae4077916c94e9c15fa2800f51409ccb116bf63f.tar.gz
tor-ae4077916c94e9c15fa2800f51409ccb116bf63f.zip
Fix parse_virtual_addr_network minimum network size
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket201517
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket20151 b/changes/ticket20151
new file mode 100644
index 0000000000..5d246d9062
--- /dev/null
+++ b/changes/ticket20151
@@ -0,0 +1,7 @@
+ o Minor features:
+ - Increase the maximum number of bits for the IPv6 virtual network prefix
+ from 16 to 104. In this way, the condition for address allocation is less
+ restrictive. Also, the variable max_bits is called max_prefix_bits,
+ making it clearer the meaning of the condition (bits > max_prefix_bits).
+ Closes ticket 20151; feature on 0.2.4.7-alpha.
+