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 13
    • Merge requests 13
  • 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
  • !1240

ppp: prevent commits on interface while IPCP/IPV6CP is running

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Beniamino Galvani requested to merge bg/ppp-race-rh2085382 into main May 27, 2022
  • Overview 16
  • Commits 2
  • Pipelines 5
  • Changes 3

pppd also tries to configure addresses by itself, and quits if it fails to do so. If we commit addresses on the device at the same time, we might race with pppd. So, we are not allowed to touch the device until pppd sends us an IP configuration, which happens after it has finished configuring the interface.

https://bugzilla.redhat.com/show_bug.cgi?id=2085382

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