You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ransportIPv4: <nil>, TransportIPv6: 172.18.123.16/22 ipv4 address and ipv6 address are confused:
for _, addr := range addrList {
if ipNet, ok := addr.(*net.IPNet); ok {
if ipNet.IP.IsGlobalUnicast() {
if ipNet.IP.To4() != nil {
v6IPNet = ipNet
} else {
v4IPNet = ipNet
}
}
}
}
The text was updated successfully, but these errors were encountered:
bug 1
Add node routes crash bug when configure TransportInterface
The
var transportAddrs *utilip.DualStackIPs
param is uninitializedbug 2
ransportIPv4: <nil>, TransportIPv6: 172.18.123.16/22
ipv4 address and ipv6 address are confused:The text was updated successfully, but these errors were encountered: