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

gnrc_ipv6_nib: fix inconsistent ABR valid lifetime representation #18126

Merged
merged 1 commit into from
May 23, 2022

Conversation

miri64
Copy link
Member

@miri64 miri64 commented May 23, 2022

Contribution description

Fixes inconsistent representation of the ABR valid lifetime as described in #17512.

Testing procedure

Run a gnrc_border_router and a gnrc_networking application on a 6LoWPAN-compatible device. nib abr should now list the lifetimes correctly and it should be updated to the original 10000min, whenever the BR sends another ABRO.

Issues/PRs references

Fixes #17512.

@miri64 miri64 requested review from kfessel and benpicco May 23, 2022 12:26
@miri64 miri64 added the Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation label May 23, 2022
@github-actions github-actions bot added Area: network Area: Networking Area: sys Area: System labels May 23, 2022
@benpicco benpicco requested a review from fabian18 May 23, 2022 12:37
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label May 23, 2022
@miri64 miri64 enabled auto-merge May 23, 2022 14:35
@miri64 miri64 merged commit bbf0b3a into RIOT-OS:master May 23, 2022
@miri64 miri64 deleted the gnrc_ipv6_nib/fix/i17512 branch May 23, 2022 18:11
@chrysn chrysn added this to the Release 2022.07 milestone Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gnrc/ipv6nib: Something seems strange happend around that valid_until
3 participants