diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-05-16 20:56:24 -0500 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-05-16 23:18:25 -0500 |
commit | b6e780e05893c92e6bc36bdc452c31cf94673719 (patch) | |
tree | c59e645f9f394beedcd051559641cd673470916b /interface-definitions/include/constraint/host-name.xml.i | |
parent | 97f8933e7bf8bbc14f3176e0b86adb3e1d7cc424 (diff) | |
download | vyos-1x-b6e780e05893c92e6bc36bdc452c31cf94673719.tar.gz vyos-1x-b6e780e05893c92e6bc36bdc452c31cf94673719.zip |
T5226: Fix typo in XML include headers
Diffstat (limited to 'interface-definitions/include/constraint/host-name.xml.i')
-rw-r--r-- | interface-definitions/include/constraint/host-name.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/constraint/host-name.xml.i b/interface-definitions/include/constraint/host-name.xml.i index 202c200f4..cc9740c16 100644 --- a/interface-definitions/include/constraint/host-name.xml.i +++ b/interface-definitions/include/constraint/host-name.xml.i @@ -1,3 +1,3 @@ -<!-- include start from constraint/host-name.xml.in -->
+<!-- include start from constraint/host-name.xml.i -->
<regex>[A-Za-z0-9][-.A-Za-z0-9]*[A-Za-z0-9]</regex>
<!-- include end -->
|