index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
/
config.py
Age
Commit message (
Expand
)
Author
2024-08-12
configverify: T6642: verify_interface_exists requires config_dict arg
John Estabrook
2024-07-14
configdep: T6559: use single dependency list with reset under configd
John Estabrook
2024-04-03
T6199: drop unused Python imports
Christian Breunig
2024-02-02
configdict: T5894: preserve old behavior when dealing with PKI
Christian Breunig
2024-01-06
pki: T5886: add support for ACME protocol (LetsEncrypt)
Christian Breunig
2024-01-04
configdict: T5894: add get_config_dict() flag with_pki
Christian Breunig
2023-08-23
save-config: T4292: rewrite vyatta-save-config.pl to Python
John Estabrook
2023-08-07
config: T5443: add config merge_defaults method
John Estabrook
2023-07-20
config: T5228: add missing check of args
John Estabrook
2023-07-07
config: T5330: add subclass ConfigDict to preserve merge data
John Estabrook
2023-06-22
config: T5228: add get_config_defaults options to match get_config_dict
John Estabrook
2023-06-22
config: T5228: add arg with_defaults to get_config_dict
John Estabrook
2022-04-21
T4361: refactor and simplify vyos.config.exists()
Daniil Baturin
2022-04-14
config: T4361: correct exists()/exists_effective() on value(s)
John Estabrook
2022-03-10
Revert "save-config: T4292: rewrite vyatta-save-config.pl to Python"
John Estabrook
2022-03-08
save-config: T4292: rewrite vyatta-save-config.pl to Python
John Estabrook
2021-04-16
config: T3481: add switch to prevent mangling of tag node values
John Estabrook
2020-08-30
config: T2636: get_config_dict() returns a list on multi node by default
John Estabrook
2020-07-22
config: T2707: use ConfigSource and refactor Config methods
John Estabrook
2020-07-17
config: T2689: cache config_dict
John Estabrook
2020-07-03
config_dict: update docstring
John Estabrook
2020-07-03
config_dict: T2670: remove dependency on show_config
John Estabrook
2020-07-01
config_dict: T2668: move keyword arg get_first_key into get_sub_dict
John Estabrook
2020-07-01
config: T2667: add missing check
John Estabrook
2020-07-01
config: T2667: use get_sub_dict for get_config_dict(path, ...)
John Estabrook
2020-06-18
T2614: add a key mangling option to vyos.config.get_config_dict()
Daniil Baturin
2020-06-16
config: T2568: add missing error checking
John Estabrook
2020-05-17
config: T2409: effective config should be empty at boot initialization
John Estabrook
2020-05-17
config: return empty dict if configuration under path is empty
John Estabrook
2020-05-05
config: T2427: always return copies of lists
Jernej Jakob
2020-03-29
vyos.config: T2180: ignore CLI edit level in show_config
John Estabrook
2020-01-29
T1989: use explicit active/working showConfig options to prevent getting diffs
Daniil Baturin
2020-01-24
Python: T1986: close subprocess channel
Christian Poessinger
2019-12-16
Merge branch 'current' into equuleus
hagbard
2019-12-11
vyos.config: T1846: ignore edit level when obtaining running config
John Estabrook
2019-12-10
vyos.config: T1862: restore regex after merge
John Estabrook
2019-12-10
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
Christian Poessinger
2019-12-09
vyos.config: T1764: allow for list argument to exists, in value case
John Estabrook
2019-12-09
vyos.config: T1846: ignore edit level when obtaining working config
John Estabrook
2019-12-06
equuleus: T1862: Use regex pattern \s+ to split strings on whitespace
John Estabrook
2019-12-06
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
Christian Poessinger
2019-12-04
[vyos.config] T1847: correctly set_level for path given as empty string
John Estabrook
2019-12-04
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
Christian Poessinger
2019-12-03
T1801: move escaping of backslashes into configtree
John Estabrook
2019-11-17
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
Christian Poessinger
2019-11-17
T1801: escape isolated backslashes before passing to ConfigTree()
John Estabrook
2019-10-31
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
Christian Poessinger
2019-10-28
Add a function for retrieving config dicts.
Daniil Baturin
2019-10-27
Allow list arguments in the vyos.config show_config() function.
Daniil Baturin
2019-10-27
Replace the try and wait for segfault approach with explicit inSession check.
Daniil Baturin
[next]