blob: eb95596da21a7f6a6227775702dab5290917cea5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- include start from dhcp-domain-name.xml.i -->
<leafNode name="domain-name">
<properties>
<help>Client Domain Name</help>
<constraint>
<validator name="fqdn"/>
</constraint>
<constraintErrorMessage>Invalid domain name (RFC 1123 section 2).\nMay only contain letters, numbers and .-_</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|