Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • NetworkManager NetworkManager
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 192
    • Issues 192
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NetworkManagerNetworkManager
  • NetworkManagerNetworkManager
  • Merge requests
  • !451
The source project of this merge request has been removed.

Improve the reaction of IPv6 SLAAC to renumbering events

Closed Fernando Gont requested to merge (removed):master into master Mar 26, 2020
  • Overview 9
  • Pipelines 0
  • Changes 2

This commit implements Sections 4.1.2 and Section 4.2 of https://tools.ietf.org/html/draft-gont-6man-slaac-renum-05

Namely:

  • It caps the Preferred Lifetime of PIOs to the "Router Lifetime" value present in the Router Advertisement Message, and the Valid Lifetime to 48 * Router Lifetime.

  • It honors PIO Valid Lifetimes < 2 hours, deviating from item "e)" (pp. 19-20) of Section 5.5.3 of RFC4862, to allow for timilier reaction to renumbering events.

Additionally, it also caps the Valid Lifetime of RIOs to "Router Lifetime".

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master