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

Windows: Fix interface selection by name #68

Merged
merged 1 commit into from
Jul 25, 2019

Conversation

neilalexander
Copy link
Contributor

When @soffokl cleaned up the reg key stuff in #59, it looks like a mistake was introduced.

There are two sets of registry keys, one where the TAP driver lives (SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}) and one where the interface network config lives (SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}). The second key somehow was removed and replaced with the first, which broke the interface selection.

This PR fixes that.

Copy link
Owner

@songgao songgao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @neilalexander!

@neilalexander
Copy link
Contributor Author

No problem :-) Please merge my PRs when ready following review—I think there's four now.

@songgao
Copy link
Owner

songgao commented Jul 25, 2019

@neilalexander Oh I thought you'd be able to merge after my approval. Will merge now!

@songgao songgao merged commit acc9cc2 into songgao:master Jul 25, 2019
@neilalexander neilalexander deleted the windowsdeviceselection branch July 25, 2019 19:08
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.

None yet

2 participants