diff options
author | Paolo Inglese <paolo.ingls@gmail.com> | 2016-10-03 12:18:51 +0100 |
---|---|---|
committer | Paolo Inglese <paolo.ingls@gmail.com> | 2016-10-03 12:18:51 +0100 |
commit | ae4077916c94e9c15fa2800f51409ccb116bf63f (patch) | |
tree | fc2cfe29aa6db68d711e8447ee582fb2a048e5da /changes | |
parent | 14a604721091d3995c9905efe52e9f2fb789afaa (diff) | |
download | tor-ae4077916c94e9c15fa2800f51409ccb116bf63f.tar.gz tor-ae4077916c94e9c15fa2800f51409ccb116bf63f.zip |
Fix parse_virtual_addr_network minimum network size
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20151 | 7 |
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. + |