Skip to content
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

rpl: make parent lifetime consistent with other timers #6935

Merged
merged 1 commit into from
Apr 25, 2017

Conversation

smlng
Copy link
Member

@smlng smlng commented Apr 19, 2017

fixes #6229

@smlng smlng added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation Area: network Area: Networking labels Apr 19, 2017
@smlng smlng self-assigned this Apr 19, 2017
@smlng smlng requested review from cgundogan and BytesGalore April 19, 2017 15:23
@smlng smlng force-pushed the net/rpl/fix_parent_timer branch from d2c9988 to 5c48d58 Compare April 24, 2017 07:46
}
parent->lifetime -= GNRC_RPL_LIFETIME_UPDATE_STEP;
}
else {
gnrc_rpl_dodag_t *dodag = parent->dodag;
gnrc_rpl_parent_remove(parent);
gnrc_rpl_parent_update(dodag, NULL);
continue;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the continue is not necessary anymore, plz remove
then ACK from my side

@smlng smlng force-pushed the net/rpl/fix_parent_timer branch from 5c48d58 to fbb9e07 Compare April 25, 2017 17:41
@smlng
Copy link
Member Author

smlng commented Apr 25, 2017

@BytesGalore addressed!

@smlng smlng added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Apr 25, 2017
@smlng smlng force-pushed the net/rpl/fix_parent_timer branch from fbb9e07 to 41c43fd Compare April 25, 2017 18:09
@smlng smlng merged commit a14445e into RIOT-OS:master Apr 25, 2017
@smlng smlng deleted the net/rpl/fix_parent_timer branch June 9, 2017 09:24
@aabadie aabadie modified the milestone: Release 2017.07 Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gnrc_rpl: _update_lifetime
3 participants