Page MenuHomeVyOS Platform

Rewrite ethernet setup scripts to python
Closed, ResolvedPublic

Description

The scripts configuring the ethernet subsystem needs to be rewritten to python, this is today partly done in sh and perl and have its weaknesses.

The new script needs to take these things into account:

  • Interfaces must not fail commit and be removed from config file when an interfaces is missing from the physical hardware
  • When an interface appears(are hot-plugged) it needs to get it's config automatically. <-- and also cleaned away on removal
  • needs to support at least systemd naming scheme, but arbitrary names are also welcome
  • Hardware-id mapping table should not be inside the configuration file
  • needs to allow hot rename of interfaces without reboot

For now i actually don't know if all of these things are possible to achieve , but it is whats wanted.

For now the process is not started, feel free to comment and if your'e want a mission, just assign yourself the case.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close

Event Timeline

runar created this object in space S1 VyOS Public.
runar renamed this task from Rewrite ethernet setup scripts to perl to Rewrite ethernet setup scripts to python.Jul 9 2019, 6:18 AM

I guess this can be considered complete @runar ?

runar claimed this task.

This could be closed in its current form, i'll open a new ticket om the missing parts