diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-28 22:24:38 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-02-28 22:24:38 +0100 |
commit | d14a6814acb173cdc6df13212620f7da330434ed (patch) | |
tree | 7b794f7f00e978da006acee060eca02e5389c9b6 /interface-definitions/include/constraint | |
parent | 851364c00e0521a0afee4b449b0a31de442016f3 (diff) | |
download | vyos-1x-d14a6814acb173cdc6df13212620f7da330434ed.tar.gz vyos-1x-d14a6814acb173cdc6df13212620f7da330434ed.zip |
T4967: xml: provide re-usable constraint for CLI host-name definitions
Diffstat (limited to 'interface-definitions/include/constraint')
-rw-r--r-- | interface-definitions/include/constraint/host-name.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-definitions/include/constraint/host-name.xml.in b/interface-definitions/include/constraint/host-name.xml.in new file mode 100644 index 000000000..202c200f4 --- /dev/null +++ b/interface-definitions/include/constraint/host-name.xml.in @@ -0,0 +1,3 @@ +<!-- include start from constraint/host-name.xml.in -->
+<regex>[A-Za-z0-9][-.A-Za-z0-9]*[A-Za-z0-9]</regex>
+<!-- include end -->
|