Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the check if Shared network adapter is connected #96

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

legal90
Copy link
Collaborator

@legal90 legal90 commented Oct 5, 2020

Fixes #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 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.

It fixes the compatibility with Parallels Desktop 16 and macOS 11, 
Parallels#93

Instead of matching the output of "prlsrvctl net info Shared" with "Bound To",
we parse the adapter's IP and look if there is an interface with this IP assigned on 
the host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallels 16, issues with host connected to Shared network
1 participant