diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-09-10 19:13:21 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-09-15 08:13:29 -0500 |
| commit | bca62a7bd1da4e78497fdce3882421609ce28c00 (patch) | |
| tree | 4a415189068819e7914ae1352a69abe08eb45c60 /src/session.mli | |
| parent | 6577d7ac1b10557b5087bc959dad3c21971a539b (diff) | |
| download | vyconf-bca62a7bd1da4e78497fdce3882421609ce28c00.tar.gz vyconf-bca62a7bd1da4e78497fdce3882421609ce28c00.zip | |
T7737: apply auxiliary set/delete operations to config post-commit
Diffstat (limited to 'src/session.mli')
| -rw-r--r-- | src/session.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session.mli b/src/session.mli index 96fa4d1..a08f873 100644 --- a/src/session.mli +++ b/src/session.mli @@ -71,6 +71,8 @@ val string_of_op : cfg_op -> string val prepare_commit : ?dry_run:bool -> world -> Vyos1x.Config_tree.t -> string -> int32 -> string -> string -> Commitd_client.Commit.commit_data +val post_process_commit : world -> session_data -> Commitd_client.Commit.commit_data * Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t * Vyos1x.Config_tree.t + val get_config : world -> session_data -> string -> string val cleanup_config : world -> string -> unit |
