Jeff Bonhag d4acdd06ec
Fix #11373: Check all interfaces for port collisions
This commit changes the behavior of the port check to check all possible
IPv4 network interfaces when the host IP is `nil` or `0.0.0.0`. This
means that if the desired port is available on any network interfaces, a
forward from 0.0.0.0 will use that interface.

If the port is open (in use) on all interfaces, then it's treated as a
collision and will either throw an error or auto-correct the port, based
on the Vagrantfile configuration.
2020-03-13 16:30:01 -04:00
..
2020-03-03 16:13:13 -08:00
2018-02-25 22:21:16 -07:00
2018-03-14 14:41:04 +00:00
2019-03-21 10:11:38 -07:00
2018-03-14 14:41:04 +00:00
2018-03-14 14:41:04 +00:00
2018-01-16 14:16:49 -08:00