kvm/pkg/nmlite
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
..
jetdhcpc feat: Enhance DHCP client timeout and retry logic (#908) 2025-10-28 18:50:29 +01:00
link When adding/removing routes, honor scope and protocol 2025-11-19 20:49:07 -06:00
udhcpc feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
dhcp.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
hostname.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
interface.go When adding/removing routes, honor scope and protocol 2025-11-19 20:49:07 -06:00
interface_state.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
manager.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
netlink.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
resolvconf.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
state.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
static.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
utils.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00