Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-26 | renderer: T6742: make childless non-leaf nodes from parsed configs render ↵ | Daniil Baturin | |
correctly and add functions for making nodes leaf or non-leaf to ensure correct rendering of manually created treess | |||
2023-03-23 | T5089: order nodes on configtree parsing from string | John Estabrook | |
This is a conservative application of lexical_numeric ordering for configtree: order nodes on instantiation in 'from_string' | |||
2022-06-28 | T4491: use empty string for name of config_tree root node | John Estabrook | |
The practice of using "root" for the internal name of the root node collides with actual nodes named "root", due to a utility function that checks 'if root' by name. Use empty string as name of root node, as no actual node will match. | |||
2019-06-30 | Initial import of libraries from Vyconf and old libvyosconfig. | Daniil Baturin | |