diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-21 15:54:06 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-03-30 23:08:47 -0500 |
commit | 0ed398e75c0e4ceae8461f098a7ee2e9c7efeec2 (patch) | |
tree | b06832a250403b24ac3828fb1b46a2f182679358 | |
parent | 6f272cd81318e719d91dcc06b1a5cfb435e1f4c7 (diff) | |
download | vyos1x-config-0ed398e75c0e4ceae8461f098a7ee2e9c7efeec2.tar.gz vyos1x-config-0ed398e75c0e4ceae8461f098a7ee2e9c7efeec2.zip |
T7272: expose config_tree clone
-rw-r--r-- | src/config_diff.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config_diff.mli b/src/config_diff.mli index ee34532..4262a58 100644 --- a/src/config_diff.mli +++ b/src/config_diff.mli @@ -41,6 +41,7 @@ exception Incommensurable exception Empty_comparison exception Nonexistent_child +val clone : ?recurse:bool -> ?set_values:string list option -> Config_tree.t -> Config_tree.t ->string list -> Config_tree.t val diff_tree : string list -> Config_tree.t -> Config_tree.t -> Config_tree.t val show_diff : ?cmds:bool -> string list -> Config_tree.t -> Config_tree.t -> string val tree_union : Config_tree.t -> Config_tree.t -> Config_tree.t |