mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Maint: rename files in internal/subnet
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package subnet
|
||||
|
||||
import "net"
|
||||
|
||||
func subnetsAreEqual(a, b net.IPNet) bool {
|
||||
return a.IP.Equal(b.IP) && a.Mask.String() == b.Mask.String()
|
||||
}
|
||||
Reference in New Issue
Block a user