ticket14710 411 B

12345678910
  1. o Code simplification and refactoring:
  2. - Move the hacky fallback code out of get_interface_address6()
  3. into separate function and get it covered with unit-tests. Resolves
  4. ticket 14710.
  5. o Minor bugfixes:
  6. - When attempting to use fallback technique for network interface
  7. lookup, disregard loopback and multicast addresses since they are
  8. unsuitable for public communications.