summaryrefslogtreecommitdiff
path: root/src/commit.mli
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-04-02 21:41:13 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-04-04 12:36:50 -0500
commiteeb758f406f0cc27ab7863dc17eec00c24f2c0b6 (patch)
tree47ccceb8e72c4a02ceb282a0c5db7e06c93baaf8 /src/commit.mli
parentf389a749097d2a265d1ce1b757804af70a7199ba (diff)
downloadvyconf-eeb758f406f0cc27ab7863dc17eec00c24f2c0b6.tar.gz
vyconf-eeb758f406f0cc27ab7863dc17eec00c24f2c0b6.zip
T7302: add dry_run field and update branch
Diffstat (limited to 'src/commit.mli')
-rw-r--r--src/commit.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.mli b/src/commit.mli
index 697c5fd..01022ec 100644
--- a/src/commit.mli
+++ b/src/commit.mli
@@ -35,7 +35,7 @@ val default_node_data : node_data
val default_commit_data : commit_data
-val make_commit_data : Vyos1x.Reference_tree.t -> Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> string -> commit_data
+val make_commit_data : ?dry_run:bool -> Vyos1x.Reference_tree.t -> Vyos1x.Config_tree.t -> Vyos1x.Config_tree.t -> string -> commit_data
val calculate_priority_lists : Vyos1x.Reference_tree.t -> Vyos1x.Config_tree.t -> node_data list * node_data list