Commit Graph

5 Commits

Author SHA1 Message Date
Marc Brooks 04c29b31df
Merge 3418d4bd30 into d24ce1c76f 2025-11-21 15:06:33 +01:00
Aveline 316c2e6d37
fix(network): IPv6 addresses sorting was using wrong references (#997) 2025-11-21 13:26:29 +01:00
Marc Brooks 3418d4bd30
When adding/removing routes, honor scope and protocol
Added a lot more logging detail to find the route bugs which was that the gateways were being added to the map with their IP and netmask, then looked for by only the IP, which meant we never removed them.
Replace log context additions that did .Str("foo", foo.String()) with .Stringer("foo", foo) so the conversion to string is lazy.
2025-11-19 20:49:07 -06:00
Adam Shiervani 79098d3546
feat: Enhance DHCP client timeout and retry logic (#908) 2025-10-28 18:50:29 +01:00
Aveline c775979ccb
feat: refactoring network stack (#878)
Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
2025-10-15 18:32:58 +02:00