Conversation
ed40dc5 to
a2ae2c5
Compare
|
Rebased |
sys/include/net/ng_ipv6/addr.h
Outdated
|
I see your sneaky plan to make me spend more beer for overlooking a PR that needs squashing. ;) |
|
True! It absolutely has nothing to do with me not feeling responsible to set this Label ;P |
|
Reviewers, ping? |
|
As usual: I have to motivate myself to look at the unit tests again. ;) |
|
On the |
|
I'm not talking about running the tests btw ;) |
|
I understood that, just wanted to report this. |
There was a problem hiding this comment.
I don't get this test. Wouldn't it make more sense if a and b would be initially different?
There was a problem hiding this comment.
They are, or more correct: a's value is unknown, since it is not initialized.
There was a problem hiding this comment.
This is C, not Python 😀 (or is this possible oO?)
|
ACK apart from #2433 (comment) |
|
Squash and go then (if Travis is happy). |
The motivation behind this module is to allow for address handling functions where they, but not the full IPv6 functionality might be needed. This new version of the IPv6 address data type utilizes the byteorder.h header to enforce network byte-order on its members.
cbd34c1 to
ff36abb
Compare
|
Squashed; waiting for travis |
The motivation behind this module is to allow for address handling functions where they, but not the full IPv6 functionality might be needed. This new version of the IPv6 address data type utilizes the byteorder.h header to enforce network byte-order on its members.