summaryrefslogtreecommitdiff
path: root/interface-definitions/include/stunnel/address.xml.i
blob: d2901d595f102f3160832c4d012de561914f6a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- include start from stunnel/address.xml.i -->
<leafNode name="address">
  <properties>
    <help>Hostname or IP address</help>
    <valueHelp>
      <format>ipv4</format>
      <description>IPv4 address</description>
    </valueHelp>
    <valueHelp>
      <format>hostname</format>
      <description>hostname</description>
    </valueHelp>
    <constraint>
      <validator name="ip-address"/>
      <validator name="fqdn"/>
    </constraint>
    <constraintErrorMessage>Invalid FQDN or IP address</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->