-
Notifications
You must be signed in to change notification settings - Fork 2.1k
shell_commands: port ifconfig command for gnrc_netif2 #7404
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
Conversation
b63c683
to
2f7f1f1
Compare
2f7f1f1
to
40decbd
Compare
40decbd
to
6bdafbe
Compare
Rebased to current master and current dependencies |
c75a035
to
eb8a023
Compare
Rebased to current master and current dependencies |
Again.. |
eb8a023
to
5e81c93
Compare
5e81c93
to
918fc7d
Compare
918fc7d
to
a228df4
Compare
And again... |
a228df4
to
930f2c5
Compare
Rebased to current master, no longer waiting for other PR |
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.
Looks good mostly, but where is set
mentioned. E.g. I only figured out through the source that I can do ifconfig 6 set key ...
. I've found that I can get the set
usage with just running ifconfig <if> set
without parameters, but ifconfig 6 help
doesn't seem to mention set
.
I'm not sure what you mean. If you type
There is a really long nice section about |
Oh seems like this is different when you type |
Will provide something |
Ok. I added a specific if-branch for help now (before it was just the default that caused the output, so it was just a coincident |
🎉 squash please |
2dc8bb2
to
7682882
Compare
Done |
7682882
to
8c0e779
Compare
8c0e779
to
489a3cf
Compare
The |
Does what it says on the bin (+ port auto_init_netdev_tap non-intrusively for testing).
Depends on #7370.This PR is part of the network layer remodelling effort:
