-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sixlowpan: Clean-up, take IPv6 out, and refactor to netapi #1680
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
|
|
|
I guess the commits from #1492, #1448, and #1638 are included in this PR (At least that is what I can gather from a superficial glance at the commit names). |
|
phew |
|
What @N8Fear is saying ;-) |
|
But if you like to review anyways: the relevant files for this PR are currently:
|
|
Last commits add the following files into the mix:
Tests fail on msba2 since |
fe33b0d to
bad9cde
Compare
1c1f5a8 to
6bf1717
Compare
3383065 to
5c23565
Compare
9199e86 to
09a22ec
Compare
ea86a2b to
c8bd664
Compare
2e3c5e5 to
0c7e3ec
Compare
|
Rebased to #1967 |
3865250 to
d253c63
Compare
|
Can we close this? |
|
@OlegHahm see #1680 (comment). I'll decide when I'm done with #2454 if I recycle this one, or open a new one. |
|
ok |
|
New port in #2614 and onwards. |
Depends on
#1448, #1984(both merged), #1967, and#2027(merged).Had to restructure this PR a little bit due to the introduction of #1967. I also used the opportunity and introduced
byteorderto IPv6 (where I already needed parts of it, namely headers and addresses), so every time one tries to send in wrong order, there will be a nice compiler error now :-).