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 ancaferro#2).
Unverified
- 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).
Sources: Archive