diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-11 16:51:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 16:51:36 +0200 |
commit | a17539f4ff5ab7181d10e85f6aefbf51b53309cd (patch) | |
tree | 4587c6d4bcfd2b8acab03648794b920e2354cd4a /interface-definitions/include | |
parent | 5d890037b177ce6971ac00f52e4cce2cac898f46 (diff) | |
parent | c455a1f71674300b8a74863ddfe6e551fe8fd252 (diff) | |
download | vyos-1x-a17539f4ff5ab7181d10e85f6aefbf51b53309cd.tar.gz vyos-1x-a17539f4ff5ab7181d10e85f6aefbf51b53309cd.zip |
Merge pull request #3281 from nicolas-fort/T6213
T6214: T6213: change constraint <alpha-numeric-hyphen-underscore-dot.xml.i>
Diffstat (limited to 'interface-definitions/include')
-rw-r--r-- | interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i b/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i index 7aeb85260..34c94e53c 100644 --- a/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i +++ b/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i @@ -1,3 +1,3 @@ <!-- include start from constraint/alpha-numeric-hyphen-underscore-dot.xml.i --> -<regex>[-_a-zA-Z0-9.]+</regex> +<regex>[-_a-zA-Z0-9][\w\-\.\+]*</regex> <!-- include end --> |