mirror of https://github.com/jetkvm/kvm.git
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.
|
||
|---|---|---|
| .. | ||
| jetdhcpc | ||
| link | ||
| udhcpc | ||
| dhcp.go | ||
| hostname.go | ||
| interface.go | ||
| interface_state.go | ||
| manager.go | ||
| netlink.go | ||
| resolvconf.go | ||
| state.go | ||
| static.go | ||
| utils.go | ||