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

make tuntap pollable #525

Merged
merged 1 commit into from
Jun 3, 2020
Merged

make tuntap pollable #525

merged 1 commit into from
Jun 3, 2020

Conversation

rschmied
Copy link
Contributor

@rschmied rschmied commented Feb 18, 2020

this patch allows tuntaps to be used with go1.13. It worked w/ 1.12 and before. Then failed with 1.13 resulting in read /dev/net/tun: not pollable.

The comment in the code has additional details. Thanks to @breakintheweb for the help to fix this.

See golang/go#30426 which got exposed in go 1.13 by the fix to golang/go#30624 .

@rschmied
Copy link
Contributor Author

rschmied commented Mar 6, 2020

@vishvananda is there anything that I can help with to expedite this PR? Or any questions around this?

@rschmied
Copy link
Contributor Author

rschmied commented May 7, 2020

@vishvananda ping... thanks for considering

@aboch
Copy link
Collaborator

aboch commented Jun 3, 2020

LGTM

@aboch aboch merged commit 5400e00 into vishvananda:master Jun 3, 2020
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.

2 participants