summaryrefslogtreecommitdiff
path: root/python/vyos/configsource.py
AgeCommit message (Collapse)Author
2024-08-07configd: T6640: enforce in_session returns False under configdJohn Estabrook
The CStore in_session check is a false positive outside of a config session if a specific environment variable is set with an existing referent in unionfs. To allow extensions when running under configd and avoid confusion, enforce in_session returns False.
2023-07-12T5195: move boot_* helpers to vyos.utils.bootChristian Breunig
2022-01-05config: T3785: drop restriction to ascii in decodeJohn Estabrook
Following the update to vyos1x-config, commit 64263617, UTF-8 characters are supported within the config file, hence in the output of showConfig.
2021-12-08vyos.util: T4061: add function to check for completion of boot configJohn Estabrook
2021-08-30config: T2941: ignore unicode characters, e.g., in description fieldJohn Estabrook
2020-07-22config: T2707: add ConfigSource classes for alternative init dataJohn Estabrook