diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-08-19 08:48:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 08:48:58 -0500 |
| commit | b53326dce7dd2dabad2677ad82de4fcd4ea85524 (patch) | |
| tree | ad2b11f7f90e1fbe7b6b6ffad31f5978925a99ee /src/reference_tree.mli | |
| parent | 6af7ee2708a69ccb5a301d4a701beaf62d559572 (diff) | |
| parent | ace49e3a8896b6d0a5305abd96798494a71b26f9 (diff) | |
| download | vyos1x-config-b53326dce7dd2dabad2677ad82de4fcd4ea85524.tar.gz vyos1x-config-b53326dce7dd2dabad2677ad82de4fcd4ea85524.zip | |
Merge pull request #51 from jestabro/validate-tree
T7718: add revised validate_tree method
Diffstat (limited to 'src/reference_tree.mli')
| -rw-r--r-- | src/reference_tree.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli index 9c583df..1a72ad9 100644 --- a/src/reference_tree.mli +++ b/src/reference_tree.mli @@ -55,6 +55,10 @@ val find_xml_child : string -> Xml_light_types.xml -> Xml_light_types.xml option val validate_path : string -> t -> string list -> unit +val validate_tree_filter : string -> t -> Config_tree.t -> Config_tree.t * string + +val validate_tree : string -> t -> Config_tree.t -> string + val split_path : t -> string list -> string list * string option val is_multi : t -> string list -> bool |
