summaryrefslogtreecommitdiff
path: root/src/vycall_client.ml
AgeCommit message (Collapse)Author
2025-09-10T7737: provide session pid, user, sudo_user to vyos-commitdJohn Estabrook
Send vyconfd session pid and client env vars to vyos-commitd for use in config mode scripts.
2025-03-31T7272: call both Lwt connections under a single Lwt.mainJohn Estabrook
Call both the vyconfd server and the vyos-commitd client under the top-level Lwt.main loop.
2025-03-31T7272: add commit processing of commitd responseJohn Estabrook
2025-03-31T7272: simplify library dependencies for implementation of commit opJohn Estabrook
2025-03-16T7121: add commitd client operation and test functionJohn Estabrook