summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dhcp/domain-name.xml.i
blob: 410e27d2969901ee47c49348a41b2ff36ea2db6c (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 -->