Page MenuHomeVyOS Platform

Add/Improve support for CLI config scripts that change the underlayin actual configuration and make them work with vyos-configd
Closed, ResolvedPublicFEATURE REQUEST

Description

We still have some scripts (python owners) for CLI commands that are incompatible with vyos-configd.

T6481 is just another request for such a feature.

Instead of calling my_set and my_delete binary helpers for the store backend we could create a thin Python wrapper who interacts with the unionfs directly - and without the configsession overhead when spawning the cstore code.

This has proven to work in a PoC where the system_login.py script now uses the new methodology in writing to the unionfs directly.

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)