summaryrefslogtreecommitdiff
path: root/interface-definitions/include/address-ipv4-ipv6.xml.i
blob: a891085bd8ceafaa9daef8755e02d2cd6fcc57cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<leafNode name="address">
  <properties>
    <help>IP address</help>
    <valueHelp>
      <format>ipv4net</format>
      <description>IPv4 address and prefix length</description>
    </valueHelp>
    <valueHelp>
      <format>ipv6net</format>
      <description>IPv6 address and prefix length</description>
    </valueHelp>
    <constraint>
      <validator name="ip-host"/>
    </constraint>
    <multi/>
  </properties>
</leafNode>