aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket12376_part2
blob: 13f9bb54dc27414c3b2aae70b536ab0d8edb6752 (plain)
1
2
3
4
5
6
7
8
9
10
11
  o Major refactoring:
    - Refactor the get_interface_addresses_raw() Doom-function into
      multiple smaller and easier to understand subfunctions. Cover the
      resulting subfunctions with unit-tests. Fixes a significant portion 
      of issue 12376.

  o Minor bugfixes:
    - Fix the ioctl()-based network interface lookup code so that it will
      work on systems that have variable-length struct ifreq, for example
      Mac OS X.