diff options
author | teor <teor2345@gmail.com> | 2016-08-31 15:22:34 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-08-31 15:22:34 +1000 |
commit | b822c5891a2a62640c1d64849f735559e55c662e (patch) | |
tree | 0bd258c890645e78536de620c08fddf7754d1290 /changes | |
parent | e3bf8854c81f46470d21f5e44cfa51b16e1d260b (diff) | |
download | tor-b822c5891a2a62640c1d64849f735559e55c662e.tar.gz tor-b822c5891a2a62640c1d64849f735559e55c662e.zip |
Fix the test network IPv6 check so it works on Linux
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19905 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug19905 b/changes/bug19905 new file mode 100644 index 0000000000..b689740594 --- /dev/null +++ b/changes/bug19905 @@ -0,0 +1,3 @@ + o Minor bugfixes (IPv6, testing): + - Check for IPv6 correctly on Linux when running test networks. + Fixes bug 19905; bugfix on 0.2.7.3-rc; patch by teor. |