summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dhcp/domain-search.xml.i
blob: bcc8fcd1263991368df2bdfb613d6be86facb28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- include start from dhcp/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>
<!-- include end -->