Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 169
    • Issues 169
    • 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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • NetworkManagerNetworkManager
  • NetworkManagerNetworkManager
  • Merge requests
  • !730

initrd: add support for rd.net.timeout.carrier

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Adarsh J requested to merge adarshaj/NetworkManager:aj/initrd-carrier-timeout into master Jan 17, 2021
  • Overview 26
  • Commits 1
  • Pipelines 9
  • Changes 5

Add support for carrier-wait-timeout setting from kernel cmdline.

This will create a new 15-carrier-timeout.conf file in /run/NetworkManager/conf.d with the parameter value as specified.

The setting also inserts match-device to *, matching all devices.

NB: The parameter on kernel cmdline is specified in seconds. This is done to be backwards compatible with with network-legacy module. However the generated setting will automatically multiply specified value by 1000 and store timeout value in ms.

#626 (closed)

Edited Jan 19, 2021 by Adarsh J
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: aj/initrd-carrier-timeout