-
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
netdev_tap: make 'wired' property configurable #17709
Conversation
Wouldn't it make more sense to make this compile-time configurable? Also: before we do this, can we consider, if this is actually nececessary? See #17350 (comment) |
I thought maybe you want to have a wired and a wireless interface 🤷♂️ |
Right, that makes sense! But you could also do that in |
I'd rather go with a Kconfig switch, a pseudo-module seems a bit overkill IMHO. |
25087a3
to
fb379dc
Compare
Let's make it a command-line argument, that also sorts out the issue of which interface should be 'wireless'. |
fb379dc
to
23cbd56
Compare
23cbd56
to
2b367f3
Compare
`netdev_tap` is a virtual interface, make it possible to simulate both a wired and a wireless interface.
2b367f3
to
fad6501
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK. Tested. Might also help with future testing, as now the tap interface becomes basically optional.
Contribution description
netdev_tap
is a virtual interface, make it possible to simulate both a wired and a wireless interface.Testing procedure
LWIP
Issues/PRs references
#17350 (comment)