summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2026-03-10 21:35:56 -0500
committerJohn Estabrook <jestabro@vyos.io>2026-03-11 11:26:21 -0500
commitf9e40b2cd6b784154e03b6fe9cc630dd7e1f93b8 (patch)
tree79d10338afe700e4ce64909964bd27563295b9ff /src/reference_tree.mli
parent95bdd43f2bd97919860141ff994c5bdf31c0a07b (diff)
downloadvyos1x-config-f9e40b2cd6b784154e03b6fe9cc630dd7e1f93b8.tar.gz
vyos1x-config-f9e40b2cd6b784154e03b6fe9cc630dd7e1f93b8.zip
T8269: handle element constraintSilenceOutput in creation of ref tree
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index f915275..04347a5 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -28,6 +28,7 @@ type ref_node_data = {
constraints: Value_checker.value_constraint list;
constraint_group: Value_checker.value_constraint list;
constraint_error_message: string;
+ constraint_silence_output: bool;
completion_help: completion_help_type list;
help: string;
value_help: (string * string) list;