summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dhcp-server-domain-search.xml.i
blob: 9b3568b72e954aab0862efd5e1243d221bf71784 (plain)
1
2
3
4
5
6
7
8
9
10
11
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, period, and underscore.</constraintErrorMessage>
    <multi/>
  </properties>
</leafNode>
<!-- included end -->