Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Settings Settings
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 912
    • Issues 912
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 66
    • Merge requests 66
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • SettingsSettings
  • Merge requests
  • !1642

network: reapply connection on device

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dylan Van Assche requested to merge dylanvanassche/gnome-control-center:network-reapply into main Jan 24, 2023
  • Overview 24
  • Commits 3
  • Pipelines 6
  • Changes 1

Changing an active connection applies the changes onto the NetworkManager connection, but not on the device. This is because NetworkManager clones the connection when it is applied on a device. This behavior is expected and documented in the NetworkManager documentation [1]. To effectively apply the connection changes onto a device, a reapply operation must be performed. This will make NetworkManager apply the new connection onto the active device without having to disable and re-enable the device.

Perform this reapply operation when the Apply button is pressed in the Connection Editor so the changes effectively propagate to the network device.

[1] https://networkmanager.dev/docs/api/1.32.10/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-method-org-freedesktop-NetworkManager-Device.Reapply

Fixes #2316 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: network-reapply