summaryrefslogtreecommitdiff
path: root/interface-definitions/include/dhcp-server-domain-search.xml.i
blob: 8b76c4e701911d269b4f4aef5ffa2dd3a6f49611 (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 and .-_</constraintErrorMessage>
    <multi/>
  </properties>
</leafNode>
<!-- included end -->