ticket12376_part2 446 B

1234567891011
  1. o Major refactoring:
  2. - Refactor the get_interface_addresses_raw() Doom-function into
  3. multiple smaller and easier to understand subfunctions. Cover the
  4. resulting subfunctions with unit-tests. Fixes a significant portion
  5. of issue 12376.
  6. o Minor bugfixes:
  7. - Fix the ioctl()-based network interface lookup code so that it will
  8. work on systems that have variable-length struct ifreq, for example
  9. Mac OS X.