diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-27 10:02:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 10:02:55 +0200 |
commit | 42b4395551e792aa6994ac61fb3013712e3f90ba (patch) | |
tree | c195b7162f147c20a8635380155ee95431dfcb22 /src/reference_tree.mli | |
parent | 8c65eb12453f45f7918ced62d7ecbf6905d6bf49 (diff) | |
parent | b7f10478141051908478f7637bb087e70a25c874 (diff) | |
download | vyos1x-config-sagitta.tar.gz vyos1x-config-sagitta.zip |
Merge pull request #28 from vyos/mergify/bp/sagitta/pr-27sagitta
T6404: add constraintGroup element to reference tree (backport #27)
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 0e70ff5..a18d875 100644 --- a/src/reference_tree.mli +++ b/src/reference_tree.mli @@ -17,6 +17,7 @@ type completion_help_type = type ref_node_data = { node_type: node_type; constraints: value_constraint list; + constraint_group: value_constraint list; constraint_error_message: string; completion_help: completion_help_type list; help: string; |