aboutsummaryrefslogtreecommitdiff
path: root/changes/bug15518
blob: 13ed4f527e20f887240adc1e4580159edb5dac96 (plain)
1
2
3
4
5
6
  o Minor bugfixes (ipv6):
    - In addrs_in_same_network_family(), we choose the subnet size based
      on the IP version (IPv4 or IPv6). Previously, we chose a fixed subnet
      size of /16 for both IPv4 and IPv6 addresses. Fixes bug 15518; bugfix
      on 0.3.5.1-alpha. Patch by Neel Chauhan.