From 59ebae9198439ddd1e9bbdec61d163f638e1071a Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 24 Jun 2025 07:07:09 -0500 Subject: T7499: use direct request to vyconfd to avoid re-validating paths Merging before passing to the backend results in re-validation of existing paths in the proposed config; this is unavoidable with the legacy backend. For vyconf, send the merge proposal with the request, so validation is only required on new paths. --- src/session.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/session.mli') diff --git a/src/session.mli b/src/session.mli index 0398bb1..1a9b79f 100644 --- a/src/session.mli +++ b/src/session.mli @@ -39,6 +39,8 @@ val session_changed : world -> session_data -> bool val load : world -> session_data -> string -> bool -> session_data +val merge : world -> session_data -> string -> bool -> session_data + val save : world -> session_data -> string -> session_data val get_value : world -> session_data -> string list -> string -- cgit v1.2.3