7 Commits

Author SHA1 Message Date
Adam Shiervani 5edba66e38 Refactor logging levels and enhance debug messages across multiple components (#1142)
- Changed log level from WARN to DEBUG for session-related messages in hidrpc.go to reduce noise during expected conditions.
- Adjusted logging in nmlite/interface.go to use DEBUG for non-critical DHCP lease messages and router solicitation failures.
- Improved link manager logging in nmlite/link/manager.go to differentiate between expected and persistent interface down states.
- Enhanced DHCP client logging in udhcpc/udhcpc.go to indicate non-fatal errors when calculating lease expiry.
2026-01-08 21:39:57 +01:00
Marc Brooks 1831f34ebf When adding/removing routes, honor scope and protocol (#984)
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-12-29 15:14:44 +01:00
DigitalDJ 0d2b7bb63f Fix assigning static IPv6 address to network address (#1082) (#1089) 2025-12-29 13:23:13 +01:00
Aveline d9961770c0 fix(ui): custom domain not being shown in the form (#1016) 2025-12-08 21:45:40 +01:00
Aveline 316c2e6d37 fix(network): IPv6 addresses sorting was using wrong references (#997) 2025-11-21 13:26:29 +01: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