summaryrefslogtreecommitdiff
path: root/python/vyos/config.py
AgeCommit message (Expand)Author
2024-07-17configdep: T6559: use single dependency list with reset under configdJohn Estabrook
2024-04-03T6199: drop unused Python importsChristian Breunig
2024-02-02configdict: T5894: preserve old behavior when dealing with PKIChristian Breunig
2024-01-06pki: T5886: add support for ACME protocol (LetsEncrypt)Christian Breunig
2024-01-04configdict: T5894: add get_config_dict() flag with_pkiChristian Breunig
2023-08-23save-config: T4292: rewrite vyatta-save-config.pl to PythonJohn Estabrook
2023-08-07config: T5443: add config merge_defaults methodJohn Estabrook
2023-07-20config: T5228: add missing check of argsJohn Estabrook
2023-07-07config: T5330: add subclass ConfigDict to preserve merge dataJohn Estabrook
2023-06-22config: T5228: add get_config_defaults options to match get_config_dictJohn Estabrook
2023-06-22config: T5228: add arg with_defaults to get_config_dictJohn Estabrook
2022-04-21T4361: refactor and simplify vyos.config.exists()Daniil Baturin
2022-04-14config: T4361: correct exists()/exists_effective() on value(s)John Estabrook
2022-03-10Revert "save-config: T4292: rewrite vyatta-save-config.pl to Python"John Estabrook
2022-03-08save-config: T4292: rewrite vyatta-save-config.pl to PythonJohn Estabrook
2021-04-16config: T3481: add switch to prevent mangling of tag node valuesJohn Estabrook
2020-08-30config: T2636: get_config_dict() returns a list on multi node by defaultJohn Estabrook
2020-07-22config: T2707: use ConfigSource and refactor Config methodsJohn Estabrook
2020-07-17config: T2689: cache config_dictJohn Estabrook
2020-07-03config_dict: update docstringJohn Estabrook
2020-07-03config_dict: T2670: remove dependency on show_configJohn Estabrook
2020-07-01config_dict: T2668: move keyword arg get_first_key into get_sub_dictJohn Estabrook
2020-07-01config: T2667: add missing checkJohn Estabrook
2020-07-01config: T2667: use get_sub_dict for get_config_dict(path, ...)John Estabrook
2020-06-18T2614: add a key mangling option to vyos.config.get_config_dict()Daniil Baturin
2020-06-16config: T2568: add missing error checkingJohn Estabrook
2020-05-17config: T2409: effective config should be empty at boot initializationJohn Estabrook
2020-05-17config: return empty dict if configuration under path is emptyJohn Estabrook
2020-05-05config: T2427: always return copies of listsJernej Jakob
2020-03-29vyos.config: T2180: ignore CLI edit level in show_configJohn Estabrook
2020-01-29T1989: use explicit active/working showConfig options to prevent getting diffsDaniil Baturin
2020-01-24Python: T1986: close subprocess channelChristian Poessinger
2019-12-16Merge branch 'current' into equuleushagbard
2019-12-11vyos.config: T1846: ignore edit level when obtaining running configJohn Estabrook
2019-12-10vyos.config: T1862: restore regex after mergeJohn Estabrook
2019-12-10Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
2019-12-09vyos.config: T1764: allow for list argument to exists, in value caseJohn Estabrook
2019-12-09vyos.config: T1846: ignore edit level when obtaining working configJohn Estabrook
2019-12-06equuleus: T1862: Use regex pattern \s+ to split strings on whitespaceJohn Estabrook
2019-12-06Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
2019-12-04[vyos.config] T1847: correctly set_level for path given as empty stringJohn Estabrook
2019-12-04Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
2019-12-03T1801: move escaping of backslashes into configtreeJohn Estabrook
2019-11-17Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
2019-11-17T1801: escape isolated backslashes before passing to ConfigTree()John Estabrook
2019-10-31Merge branch 'current' of github.com:vyos/vyos-1x into equuleusChristian Poessinger
2019-10-28Add a function for retrieving config dicts.Daniil Baturin
2019-10-27Allow list arguments in the vyos.config show_config() function.Daniil Baturin
2019-10-27Replace the try and wait for segfault approach with explicit inSession check.Daniil Baturin
2019-10-25[vyos.config] T1758: adjust regex for change in Python 3.7John Estabrook