Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • T TurrisHW
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TurrisTurris
  • TurrisHW
  • Merge requests
  • !6

Detect all interfaces

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Martin Petráček requested to merge detect-all-interfaces into master Nov 12, 2018
  • Overview 1
  • Commits 7
  • Pipelines 2
  • Changes 1000+

This merge request should be the final answer to the basic question of detecting interfaces (at least for now, given the current state of hardware & kernel). All internal HW (PCI cards - WIFI, LTE), ethernets should be recognized, as well as external (USB eth & wifi cards). It doesn't rely on fixed interface names anymore.

Interfaces are detected dynamically and their type is decided based on the bus they reside on. All interfaces should be detected, no interface should pass unnoticed (at least a warning should be printed).

Also, tests are changed, test roots are now tar files. Previously used tests root with thousands of files can and will be deleted, I just don't want to include deleting them into this merge request - to keep it readable.

Edited Nov 12, 2018 by Martin Petráček
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: detect-all-interfaces