diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-01 13:14:30 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-01 13:14:30 +0200 |
commit | 2265bb4dc27965da3dce7e3f476366b7d1e911f3 (patch) | |
tree | fc3731ce4f1625b2a20a71c77db2e4fe3992657d /interface-definitions/include/constraint/host-name.xml.i | |
parent | 15922541cef35956107e0b32ee952fee05928dbd (diff) | |
download | vyos-1x-2265bb4dc27965da3dce7e3f476366b7d1e911f3.tar.gz vyos-1x-2265bb4dc27965da3dce7e3f476366b7d1e911f3.zip |
xml: include building block file name should end with .i and not .in
Diffstat (limited to 'interface-definitions/include/constraint/host-name.xml.i')
-rw-r--r-- | interface-definitions/include/constraint/host-name.xml.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-definitions/include/constraint/host-name.xml.i b/interface-definitions/include/constraint/host-name.xml.i new file mode 100644 index 000000000..202c200f4 --- /dev/null +++ b/interface-definitions/include/constraint/host-name.xml.i @@ -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 -->
|