diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-03-10 21:35:56 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2026-03-11 11:26:21 -0500 |
| commit | f9e40b2cd6b784154e03b6fe9cc630dd7e1f93b8 (patch) | |
| tree | 79d10338afe700e4ce64909964bd27563295b9ff /src/reference_tree.mli | |
| parent | 95bdd43f2bd97919860141ff994c5bdf31c0a07b (diff) | |
| download | vyos1x-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.mli | 1 |
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; |
