* install: IPv6 addresses were removed from the list of available addresses
This commit is contained in:
parent
480c6ac753
commit
dfa278b845
@ -88,10 +88,6 @@ func GetValidNetInterfacesForWeb() ([]NetInterface, error) {
|
|||||||
if ipNet.IP.IsLinkLocalUnicast() {
|
if ipNet.IP.IsLinkLocalUnicast() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
// ignore IPv6
|
|
||||||
if ipNet.IP.To4() == nil {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
netIface.Addresses = append(netIface.Addresses, ipNet.IP.String())
|
netIface.Addresses = append(netIface.Addresses, ipNet.IP.String())
|
||||||
netIface.Subnets = append(netIface.Subnets, ipNet.String())
|
netIface.Subnets = append(netIface.Subnets, ipNet.String())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user