diff options
| author | John Estabrook <jestabro@vyos.io> | 2024-03-27 13:20:47 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2024-03-29 01:03:32 -0500 |
| commit | be75413eaf4aef85274cc16c2283486799d99d73 (patch) | |
| tree | f90528ad2df47376dbf1d72bb182e8a683788eb6 /src/config_diff.mli | |
| parent | 406158f8557fd6ea88168357be1353fb58012b27 (diff) | |
| download | vyos1x-config-be75413eaf4aef85274cc16c2283486799d99d73.tar.gz vyos1x-config-be75413eaf4aef85274cc16c2283486799d99d73.zip | |
T6180: add ability to apply mask to config tree
Diffstat (limited to 'src/config_diff.mli')
| -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 c995ba3..6adf5a7 100644 --- a/src/config_diff.mli +++ b/src/config_diff.mli @@ -37,3 +37,4 @@ exception Nonexistent_child 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 +val mask_tree : Config_tree.t -> Config_tree.t -> Config_tree.t |
