Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | xml: T3234: update instead of overwrite on repeated path | John Estabrook | |
(cherry picked from commit e5c61fc80119556bb1b61a80868d4a3470e07319) | |||
2021-08-12 | T3574: add constraintGroup for combining validators with logical AND | John Estabrook | |
(cherry picked from commit 591b8bcadd8b6bbd46c61484193d2bf7e16bd1ae commit 31553283aaa929da63147082e85513e8d4dacf0e commit 59a4aadfe419eca16e6288b37d6c51acd9789903) | |||
2021-06-13 | wwan: T3620: rename "wirelessmodem wlm" interfaces to new wwan interface tree | Christian Poessinger | |
(cherry picked from commit c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a) | |||
2021-04-18 | xml: T3475: disable processing of syntaxVersion element | John Estabrook | |
(cherry picked from commit bafdc46e7af94b32aa3fed90c287ac170d764b7d) | |||
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 | |