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.in | |
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.in')
-rw-r--r-- | interface-definitions/include/constraint/host-name.xml.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/interface-definitions/include/constraint/host-name.xml.in b/interface-definitions/include/constraint/host-name.xml.in deleted file mode 100644 index 202c200f4..000000000 --- a/interface-definitions/include/constraint/host-name.xml.in +++ /dev/null @@ -1,3 +0,0 @@ -<!-- include start from constraint/host-name.xml.in -->
-<regex>[A-Za-z0-9][-.A-Za-z0-9]*[A-Za-z0-9]</regex>
-<!-- include end -->
|