This PR fixes the compatibility issue with Parallels Desktop 16 and macOS 11 Big Sur.
Instead of looking for "Bound To" in the output of prlsrvctl net info Shared, now we will parse the adapter's IP and look if there is a network interface with this IP assigned on the host.
Fixes https://github.com/Parallels/docker-machine-parallels/issues/93
This PR fixes the compatibility issue with Parallels Desktop 16 and macOS 11 Big Sur.
Instead of looking for
"Bound To"
in the output ofprlsrvctl net info Shared
, now we will parse the adapter's IP and look if there is a network interface with this IP assigned on the host.