Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | T7121: add commitd client operation and test function | John Estabrook | |
5 days | T7121: add commitd protobuf message definition file | John Estabrook | |
2025-02-06 | T6946: add test function and executable | John Estabrook | |
2025-02-06 | T6946: add utils for assembling commit data | John Estabrook | |
2024-10-27 | T6718: move vyos1x-adapter into subdirectory | John Estabrook | |
The vyos1x-adapter provides access to the legacy CStore set/delete functions using ctypes. Developed as a separate package, include as a subdir, to be retired when full replacements are available. | |||
2024-10-27 | T6718: add client_session module and test executable validate.ml | John Estabrook | |
2024-10-27 | T6718: drop ref to util | John Estabrook | |
For convenience and to avoid dune build conflict, all util functions now reside in vyos1x-config.util. | |||
2024-10-27 | T6718: use vycli as test case | John Estabrook | |
2024-10-27 | T6718: add rule to generate protobuf with name change | John Estabrook | |
Regenerate protobuf files: ocaml-protoc --ml_out src/ data/vyconf.proto The generated files vyconf.* are renamed vyconf_pbt.* instead of the split into vyconf_pb/vyconf_types as in the original implementation. | |||
2024-10-27 | T6718: reorganize layout for dune build of libs/executables | John Estabrook | |
2024-10-27 | T6718: update build system, drop batteries, and adjust for lib changes | John Estabrook | |
Update as needed for use with contemporary vyos1x-config: . update build system to use dune . drop use of batteries . update for protoc breaking changes in versions >= 3.0 . remove files now in vyos1x-config (config_tree et. al.; parsing) |