-
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
ipv6_nc: prepare for NDP #2908
ipv6_nc: prepare for NDP #2908
Conversation
looks good? |
That's an ACK? |
|
@OlegHahm I wasn't sure if I could ACK this.. In hindsight, probably a good thing ^^ |
Actually, it would be great if you could review this (after @authmillenon fixed the problems), because I won't have much time for reviews until end of May. |
@OlegHahm Sure, I'll do my best! |
Addressed comments |
Thanks.. Could you please squash so we can see what travis thinks? :) |
Travis does not even like it now. Will look into it :D |
Fixed issues that Travis had. |
(and used |
Sorry for all these "last minute" changes /o\ I'm done now. Please re-review. |
No problem, I was a bit idle anyway, so thanks for the buttkicking ;) |
vtimer_t rtr_timeout; /**< timeout timer for router flag */ | ||
|
||
/** | ||
* @brief (Re)Transmission timer for neigbor solicitations of this entry and |
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.
ultra-nitpick: there is an h missing in "neigbor" :D
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.
Pointing out spelling errors is not nitpicky ;)
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.
Well, we had this discussion about not delaying PRs with tiny issues, so ;)
(I don't expect you to address my nitpicks, I'm writing them down just in case ) |
vtimer_t nbr_sol_timer; | ||
|
||
/** | ||
* @brief Delay timer for neigbor advertisements of this entry. |
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.
Also, why do some of the comments get a @brief
?
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.
Because the line would be too long for inline-doc (the /**<... */
thing). Semantically they are identical.
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.
Makes sense. Thanks for the explanation!
Ok, I think I'm done with this round of reviewing :) |
Addressed comments |
(was your comment an implicit ACK?) |
Nope because the table thing wasn't resolved, but now I can ACK (let's keep the conversation about the table going though) |
(ACK after squashing & happy Travis, of course) |
Squashed |
Everything is green now, but Travis still says it failed... |
I'm very confused about this… Just to be sure I restarted the static tests. But in either case: let's merge it, yes. |
And there we go, it's green :-) |
I restarted the first task after removing the NEEDS SQUASHING label, maybe that caused a hickup with Travis... Anyway, yay! |
ng_ipv6: fix for API change in #2908
NDP needs still some adaptions to the neighbor cache to make its usage more managable.