index
:
vyos1x-config.git
circinus
circinus-stream
cla
crux
current
equuleus
sagitta
OCaml library for parsing, manipulating, and exporting VyOS configs (mirror of https://github.com/vyos/vyos1x-config.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config_tree.ml
Age
Commit message (
Expand
)
Author
2025-04-11
T7321: add utility needed for validate_tree in vyconfd load config
John Estabrook
2025-01-30
T6946: add utilities for commit algorithm
John Estabrook
2024-10-24
T6718: add functor for internal rep
John Estabrook
2024-10-24
T6718: add simplified render_at_level
John Estabrook
2024-09-27
renderer: T6742: force leaf=true in all functions that manipulate node values
Daniil Baturin
2024-09-27
renderer: T6742: set leaf=true in replace_value
John Estabrook
2024-09-26
renderer: T6742: make childless non-leaf nodes from parsed configs render cor...
Daniil Baturin
2023-08-22
T5500: render_tag_node_child does not need to consider values
John Estabrook
2023-08-22
T5500: remove empty braces after valueless node
John Estabrook
2023-03-23
T5089: add optional arg to order values on render_config
John Estabrook
2022-09-01
Revert "Merge pull request #11 from jestabro/tag-node-name-whitespace"
John Estabrook
2022-08-19
T4628: render tag node names containing whitespace in quotes
John Estabrook
2022-06-28
T4491: use empty string for name of config_tree root node
John Estabrook
2022-02-23
T4235: add utility function get_subtree
John Estabrook
2022-02-08
configtree: T4235: render delete commands
John Estabrook
2022-01-04
Use a modification of String.escaped to leave UTF-8 bytes unescaped
John Estabrook
2019-10-27
Expose the JSON AST export function.
Daniil Baturin
2019-10-27
Add a "simple" JSON renderer.
Daniil Baturin
2019-06-30
Initial import of libraries from Vyconf and old libvyosconfig.
Daniil Baturin