summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-12-08 21:05:52 -0600
committerJohn Estabrook <jestabro@vyos.io>2025-12-17 21:13:45 -0600
commitb303da3489a24181eff531ea01423b697f24bed3 (patch)
tree5c94f49962f753bb78777a31567d40ecc8d603ff /src/reference_tree.mli
parent52b0ff3942ce984a0b65e73b109fe05837323efb (diff)
downloadvyos1x-config-b303da3489a24181eff531ea01423b697f24bed3.tar.gz
vyos1x-config-b303da3489a24181eff531ea01423b697f24bed3.zip
T8061: add function get_default_value
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index dd8230d..5bb74bc 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -107,6 +107,10 @@ val get_completion_data : t -> string list -> (node_type * bool * string) list
[@@alert exn "Vytree.Empty_path"]
[@@alert exn "Vytree.Nonexistent_path"]
+val get_default_value : t -> string list -> string option
+[@@alert exn "Vytree.Empty_path"]
+[@@alert exn "Vytree.Nonexistent_path"]
+
val refpath : t -> string list -> string list
val set_tag_data : t -> Config_tree.t -> string list -> Config_tree.t