In addrs_in_same_network_family(), choose IP subnet size based on IP type

This commit is contained in:
Neel Chauhan
2018-08-16 08:19:52 -04:00
committed by teor
parent c8aecd14fe
commit 64d9ea1413
3 changed files with 48 additions and 1 deletions
+6
View File
@@ -0,0 +1,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.