mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 04:06:35 +02:00
no message
This commit is contained in:
parent
e1e8808290
commit
178d020e77
@ -711,6 +711,8 @@ func getIpInterfaceFallback(luid winipcfg.LUID, family winipcfg.AddressFamily) (
|
||||
log.Printf("getIpInterfaceFallback(%v, %v): luid.Interface() error: %v\n", luid, family, err)
|
||||
} else if ifc == nil {
|
||||
log.Printf("getIpInterfaceFallback(%v, %v): luid.Interface() returned nil.\n", luid, family)
|
||||
} else {
|
||||
log.Printf("getIpInterfaceFallback(%v, %v): luid.Interface() returned:\n%v", luid, family, ifc)
|
||||
}
|
||||
im := make(map[winipcfg.LUID]string)
|
||||
ifs, err := winipcfg.GetIfTable2Ex(winipcfg.MibIfEntryNormal)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user