mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-11-01 04:32:40 +08:00 
			
		
		
		
	logs
This commit is contained in:
		| @@ -451,9 +451,11 @@ func isInterfacePresent(iface string, address string) (string, bool) { | ||||
| 		} | ||||
| 		for _, addr := range currAddrs { | ||||
| 			if strings.Contains(addr.String(), address) && currIface.Name != iface { | ||||
| 				Log("found iface "+addr.String()+" "+currIface.Name, 2) | ||||
| 				return currIface.Name, false | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| 	Log("failed to find iface "+iface, 2) | ||||
| 	return "", true | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 0xdcarns
					0xdcarns