Page MenuHomeVyOS Platform

ConfigSession should (optionally) use config load script
Closed, ResolvedPublicFEATURE REQUEST

Description

There are two methods of loading a config file in VyOS: the backend 'loadFile', and the Python script 'vyos-load-config.py'; the latter adds automatic migration and supports loading from a remote config file. ConfigSession (used by http-api; boot-config-loader; and smoketests) uses the backend call, but should have access to the config load script as well. This will extend the features and convenience for use in http-api and smoketests.

Details

Version
vyos-1.3
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Internal change (not visible to end users)