summaryrefslogtreecommitdiff
path: root/src/vyos1x_parser.mly
AgeCommit message (Collapse)Author
2022-07-01T4491: 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. (cherry picked from commit 4df07f8e286ebfacb70c87ee499a4d2c42b772e9)
2019-06-30Initial import of libraries from Vyconf and old libvyosconfig.Daniil Baturin