Block a user
fix(host_network): retrieve proper hostname and next available bond id
fix(host_network): retrieve proper hostname and next available bond id
good point, I'll remove the second part of the check
refactor(host_network): extract NetworkManager as a reusable component
I wanted to use hurl! at first but it creates an enum that match either an URL or a local folder. The url would have been nice, but I'm not sure what to do if it's a local folder. So it made…
refactor(host_network): extract NetworkManager as a reusable component
Agree with using stuff like thiserror in general, especially for the core.
The tricky is thing is that here, it is not part of the core of Harmony strictly speaking. The Switch and the…
refactor(host_network): extract NetworkManager as a reusable component
it's actually the impl Switch for HAClusterTopology
refactor(host_network): extract NetworkManager as a reusable component
In pure Rust, the main difference is that OnceLock is the multi-threaded version of OnceCell. Considering our initialization process is synchronous in that case, I preferred to use this…
fix(host_network): remove extra fields from bond config to prevent clashes