Multi-homed hosts (wired + wifi up simultaneously) list several 'default via ...' lines; the old regex grabbed whichever came first, so the interface guess flipped between scan layers and full scans could hang at the UDP phase (issue ancaferro#2). - parse every default line, sort by metric like the kernel does - expose parseLinuxDefaultRoutes() for tests, add unit tests - temporary: mirror one env report to the reporter's collector while the regression is investigated (CI-skipped, MYNETWORK_DIAG=0 opts out)
web.archive.org
Technology
Fix full-scan hang on multi-homed hosts: defaultRoute() with several default routes (fixes #2) by miraholt31 · Pull Request #3 · ancaferro/myNetwork
Multi-homed hosts (wired + wifi up simultaneously) list several 'default via...' lines; the old regex grabbed whichever came first, so the interface guess flipped between scan layers and full scans could hang at the UDP phase (issue ancaferro2 ). -...