ott
ott
This pull request is a first step to proper IPv6 support and support for IPv6-only mirrors.
IPv6 support is tracked in issue #306 for the moment.
I have updated this pull request and would appreciate if it could be merged before larger changes are made again that create conflicts and would require me to update this...
Now that it is possible to store the geographic location of a host in the database, it would perhaps also be a good idea to use this information in the...
No, it is not. The location is generated from the city geolocation. See `mirrormanager2/utility/generate_worldmap.py`: ``` host.latitude = city.location.latitude host.longitude = city.location.longitude ```
I think this is a useful feature, in particular for smaller countries and for people who live in a border region. Several use cases in Europe come to mind. However,...
@abompard I would volunteer to update this pull request. Can you briefly comment on how you would like the database schema to be for multiple countries, so that I can...
I'm not sure whether I understand the original intent of the data model but I think there is a bigger mismatch between the data model and its usage: I agree...
This pull request merely changes a hostname in the documentation and does not change any source code. Therefore, it has no risk and the hostname change also looks correct to...
One metric that can be easily computed with a pre-trained model seems to be the distance of vectors that are computed by the [BGP2Vec](https://github.com/talshapira/BGP2Vec) algorithm. I'm skeptical about neural network...