-
Notifications
You must be signed in to change notification settings - Fork 2k
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
netdev2_tap: make driver capable to handle multiple TAP interfaces #2195
Labels
Area: network
Area: Networking
Platform: native
Platform: This PR/issue effects the native platform
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Comments
miri64
added
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Platform: native
Platform: This PR/issue effects the native platform
Area: network
Area: Networking
labels
Dec 15, 2014
I'm currently refactoring file descriptor handling in native, once that's there this will be a lot easier to implement. |
👍 |
Nativenet does not exist anymore. Will rename. |
miri64
changed the title
nativenet: make nativenet driver capable to handle multiple TAP interfaces
nativenet: make netdev2_tap driver capable to handle multiple TAP interfaces
Jan 23, 2016
miri64
changed the title
nativenet: make netdev2_tap driver capable to handle multiple TAP interfaces
netdev2_tap: make driver capable to handle multiple TAP interfaces
Oct 17, 2016
Fixed by #5614. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: network
Area: Networking
Platform: native
Platform: This PR/issue effects the native platform
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
With
netdev
coming up we are able to speak to multiple devices of the same type in one RIOT instance. This would also allow for having multiple TAP interfaces for one RIOT instance in nativenet. One could easily add the TAP's file descriptor to thenetdev::more
-field of, only the signal handling must be adapted for multiple interfaces.The text was updated successfully, but these errors were encountered: