summaryrefslogtreecommitdiff
path: root/internal/network/network.go
diff options
context:
space:
mode:
authorJames O'Doherty <james@theodohertyfamily.com>2026-05-29 21:24:42 -0400
committerJames O'Doherty <james@theodohertyfamily.com>2026-05-29 21:24:42 -0400
commitb098e2845b68ce90f34e4e1e927b4914d0b00ef7 (patch)
tree2288efa8e09ab93735e6ae2c25d42ee33634eb2a /internal/network/network.go
parent0f3806f77164af99466bfc8c0d7d5f85f9ec078f (diff)
fix: resolve deadlocks, routing errors, and test timings in test suite
- fix(cli): resolve Flock self-deadlock in ExecuteCommand cleanup by reusing the existing lockFile handle if already held during premature exit. - fix(wireguard): configure explicit default route destination (0.0.0.0/0 for IPv4 and ::/0 for IPv6) to avoid netlink "either Dst.IP, Src.IP or Gw must be set" error. - fix(wireguard): initialize the Tunnel return parameter in StartTunnel to prevent a nil pointer dereference. - test(e2e): fix argument ordering in waitForLifecycle to pass "test-lifecycle" first, and increase sleep duration of dummy processes to 1.0s to ensure reliable process persistence under race detection.
Diffstat (limited to 'internal/network/network.go')
0 files changed, 0 insertions, 0 deletions