fib: shell, added custom pton to remove dependency to net_help#3607
fib: shell, added custom pton to remove dependency to net_help#3607BytesGalore wants to merge 1 commit intoRIOT-OS:masterfrom
pton to remove dependency to net_help#3607Conversation
|
You know that this is exactly what |
|
And why don't we use the |
|
@authmillenon yes, but I want the fib being independent from the network stack |
|
@BytesGalore the |
But why? At least |
It is the same implementation. I just moved it from |
|
oh, I thought that |
|
Actually, I think this is either a good reason to make an exception from the naming conventions or make an own |
|
The idea was to make a POSIX wrapper macro for that, just as with the sockets. |
|
@OlegHahm so you suggest to stay at |
Yes. I see no reason against it. |
|
ok, I guess then we can close this PR :) |
I'm also fine with that. |
Rationale:
added a custom
ptonconversion function to make the fib independent from the network stack implementations.Finally this enables remove the deprecated
net_helpmodule and closing #3574.