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

netdev2_tap: make driver capable to handle multiple TAP interfaces #2195

Closed
miri64 opened this issue Dec 15, 2014 · 6 comments
Closed

netdev2_tap: make driver capable to handle multiple TAP interfaces #2195

miri64 opened this issue Dec 15, 2014 · 6 comments
Assignees
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
Copy link
Member

miri64 commented Dec 15, 2014

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 the netdev::more-field of, only the signal handling must be adapted for multiple interfaces.

@miri64 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
@miri64 miri64 added this to the Release NEXT MAJOR milestone Dec 15, 2014
@LudwigKnuepfer
Copy link
Member

I'm currently refactoring file descriptor handling in native, once that's there this will be a lot easier to implement.

@miri64
Copy link
Member Author

miri64 commented Dec 15, 2014

👍

@OlegHahm OlegHahm modified the milestone: Release 2015.12 Dec 2, 2015
@miri64
Copy link
Member Author

miri64 commented Jan 23, 2016

Nativenet does not exist anymore. Will rename.

@miri64 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 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
@miri64
Copy link
Member Author

miri64 commented Oct 17, 2016

Fixed by #5614.

@PeterKietzmann
Copy link
Member

@miri64 didn't #6311 solve this issue or are we waiting for #6121???

@miri64
Copy link
Member Author

miri64 commented Nov 27, 2017

Nope. This was indeed fixed by #6311. #6121 has nothing to do with netdev_tap.

@miri64 miri64 closed this as completed Nov 27, 2017
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
Projects
None yet
Development

No branches or pull requests

4 participants