kvm/pkg/nmlite/link
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
..
consts.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
manager.go When adding/removing routes, honor scope and protocol 2025-11-19 20:49:07 -06:00
netlink.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
sysctl.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00
types.go When adding/removing routes, honor scope and protocol 2025-11-19 20:49:07 -06:00
utils.go feat: refactoring network stack (#878) 2025-10-15 18:32:58 +02:00