diff options
author | Lucas Christian <lucas@lucasec.com> | 2020-10-05 21:16:55 -0500 |
---|---|---|
committer | Lucas Christian <lucas@lucasec.com> | 2020-10-05 21:16:55 -0500 |
commit | 4d477c619c9692795e1ff106d4fee34cfef6506c (patch) | |
tree | 6ac3801cfcd8598501b67f368de3fed09a95eceb /interface-definitions | |
parent | 5accf7227858cde303e0c49f8c36408ef4c5fb93 (diff) | |
download | vyos-1x-4d477c619c9692795e1ff106d4fee34cfef6506c.tar.gz vyos-1x-4d477c619c9692795e1ff106d4fee34cfef6506c.zip |
Update search domain error message to match new validation logic.
(also converted file to unix line endings)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/dhcp-server-domain-search.xml.i | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/interface-definitions/include/dhcp-server-domain-search.xml.i b/interface-definitions/include/dhcp-server-domain-search.xml.i index 8b76c4e70..9b3568b72 100644 --- a/interface-definitions/include/dhcp-server-domain-search.xml.i +++ b/interface-definitions/include/dhcp-server-domain-search.xml.i @@ -1,12 +1,12 @@ -<!-- included start from dhcp-server-domain-search.xml.i -->
-<leafNode name="domain-search">
- <properties>
- <help>Client Domain Name search list</help>
- <constraint>
- <validator name="fqdn"/>
- </constraint>
- <constraintErrorMessage>Invalid domain name (RFC 1123 section 2).\nMay only contain letters, numbers and .-_</constraintErrorMessage>
- <multi/>
- </properties>
-</leafNode>
-<!-- included end -->
+<!-- included start from dhcp-server-domain-search.xml.i --> +<leafNode name="domain-search"> + <properties> + <help>Client Domain Name search list</help> + <constraint> + <validator name="fqdn"/> + </constraint> + <constraintErrorMessage>Invalid domain name (RFC 1123 section 2).\nMay only contain letters, numbers, period, and underscore.</constraintErrorMessage> + <multi/> + </properties> +</leafNode> +<!-- included end --> |