blob: 2b6cb2060f8a8c20e017884247d666123876da1a (
plain)
1
2
3
4
5
6
7
8
9
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.
|