diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-03 17:20:13 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-01-04 06:58:41 +0000 |
commit | dc12636770037b7ac043075e722dd3110a7364d3 (patch) | |
tree | 8b7cb3f2e73087f3957b00c253bc1f68527d9d4f /interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i | |
parent | 1cc70ce273cbddb5ea9eb4148808c6c2aaf3d28f (diff) | |
download | vyos-1x-dc12636770037b7ac043075e722dd3110a7364d3.tar.gz vyos-1x-dc12636770037b7ac043075e722dd3110a7364d3.zip |
xml: T5738: add constraint building block with alphanumeric, hypen, underscore and dot
(cherry picked from commit 82b4b2db8fda51df172210f470e5825b91e81de4)
Diffstat (limited to 'interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i')
-rw-r--r-- | interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i | 3 |
1 files changed, 3 insertions, 0 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 new file mode 100644 index 000000000..7aeb85260 --- /dev/null +++ b/interface-definitions/include/constraint/alpha-numeric-hyphen-underscore-dot.xml.i @@ -0,0 +1,3 @@ +<!-- include start from constraint/alpha-numeric-hyphen-underscore-dot.xml.i --> +<regex>[-_a-zA-Z0-9.]+</regex> +<!-- include end --> |