summaryrefslogtreecommitdiff
path: root/src/vyos1x_parser.mly
AgeCommit message (Collapse)Author
2024-09-26renderer: 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-23T5089: order nodes on configtree parsing from stringJohn Estabrook
This is a conservative application of lexical_numeric ordering for configtree: order nodes on instantiation in 'from_string'
2022-06-28T4491: use empty string for name of config_tree root nodeJohn 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-30Initial import of libraries from Vyconf and old libvyosconfig.Daniil Baturin