Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-25 | xml: T5179: fix missed case in multi_to_list conversion | John Estabrook | |
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 | |
2021-08-13 | xml: T3234: update instead of overwrite on repeated path | John Estabrook | |
2021-06-23 | T3574: do not add constraintGroup property to xml cache | John Estabrook | |
2021-06-13 | wwan: T3620: rename "wirelessmodem wlm" interfaces to new wwan interface tree | Christian Poessinger | |
2021-04-14 | xml: T3475: disable processing of syntaxVersion element | John Estabrook | |
2020-11-22 | defaults: T3082: multi_to_list must distinguish between values and defaults | John Estabrook | |
2020-11-22 | configdict: T3081: honor whitespace in multi node values | John Estabrook | |
2020-10-03 | vyos.xml: T2956: add support for list of defaultValues | Christian Poessinger | |
Sometimes (PPPoE server is one of them) a simple defaultValue in the XML is not enough - several values should be set. In order to support a list of defaultValues you can now simply list them as a whitespace separated string. Example: <defaultValue>pap chap mschap mschap-v2</defaultValue> will generate a Python list ['pap', 'chap', 'mschap', 'mschap-v2'] when retrieved by vyos.xml.defaults() | |||
2020-09-01 | xml: T2849: vyos.xml.defaults should return a list on multi nodes | 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-07-15 | xml: T2588: defaults should return gracefully on key error | John Estabrook | |
2020-07-05 | xml: T2582: rename xml tags | Thomas Mangin | |
The current use of () does not allow to use found() Converting to [] like all other tags | |||
2020-06-27 | xml: T2660: do replace - with _ for defaults when not flattening | 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-25 | xml: T2528: fix defaults | Thomas Mangin | |
2020-06-25 | xml: T2528: fix to work with named tags (edit mode) | Thomas Mangin | |
2020-06-23 | xml: T2588: fix mistake when determining if a node is multi | Thomas Mangin | |
2020-06-23 | xml: T2588: allow multiple values in defaults | Thomas Mangin | |
2020-06-22 | xml: T2588: add gitignore for generated defaults | Christian Poessinger | |
2020-06-22 | xml: T2588: code to extract defaults values from xml | Thomas Mangin | |