Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • NetworkManager NetworkManager
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 182
    • Issues 182
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • NetworkManager
  • NetworkManagerNetworkManager
  • Merge requests
  • !1229

ppp: set IPv6LL address from IPV6CP IID when addr-gen-mode=eui64

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Beniamino Galvani requested to merge bg/ppp-ipv6 into main May 17, 2022
  • Overview 3
  • Commits 2
  • Pipelines 1
  • Changes 4

Currently the interface identifier for constructing IPv6 link-local and SLAAC addresses for PPP interfaces is the stable-privacy one.

According the RFC 5072, the interface identifier can also be set from the IPv6 Control Protocol. We don't have a specific addr-gen-mode option for that, but since EUI64 can't be used for PPP, let's override "addr-gen-mode=eui64" to mean that the IID from PPP should be used.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bg/ppp-ipv6