]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 14710.
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 22 Mar 2015 14:04:46 +0000 (16:04 +0200)
committerNick Mathewson <nickm@torproject.org>
Tue, 31 Mar 2015 18:37:03 +0000 (14:37 -0400)
changes/ticket14710 [new file with mode: 0644]

diff --git a/changes/ticket14710 b/changes/ticket14710
new file mode 100644 (file)
index 0000000..2b6cb20
--- /dev/null
@@ -0,0 +1,10 @@
+  o Code simplification and refactoring:
+    - Move the hacky fallback code out of get_interface_address6() 
+      into separate function and get it covered with unit-tests. Resolves
+      ticket 14710.
+
+  o Minor bugfixes:
+    - When attempting to use fallback technique for network interface
+      lookup, disregard loopback and multicast addresses since they are
+      unsuitable for public communications.
+