Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-05 | T6203: remove obsoleted xml lib | John Estabrook | |
The vyos.xml functionality is replaced with vyos.xml_ref. | |||
2022-02-16 | xml: T3474: add component version include files | John Estabrook | |
Add the include files containing the syntaxVersion element defining the version of the respective component; these files are included by the top level file 'xml-component-versions.xml.in'. Processing of these elements was previously added to the python xml lib in commit 40f5359d. This will replace the use of 'curver_DATA' in vyatta-cfg-system and other legacy packages. | |||
2021-08-19 | xml: T3474: add syntaxVersion processing to python xml lib | John Estabrook | |
2020-08-30 | config: T2636: get_config_dict() returns a list on multi node by default | John Estabrook | |
Unless no_multi_convert is True, a single valued multi node will be returned as a list by get_config_dict(). Modification of Thomas Mangin's version. | |||
2020-07-22 | xml: T2582: use xml for is_tag and is_leaf | Thomas Mangin | |
2020-06-27 | xml: T2656: do not flatten dict by default | Christian Poessinger | |
2020-06-27 | xml: T2656: option to not flatten the default dict | Thomas Mangin | |
2020-06-22 | xml: T2588: code to extract defaults values from xml | Thomas Mangin | |