summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-client-ip-pool-start-stop.xml.i
blob: b578f2b2ce5598f9b8162eb64070a23477e3ac2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- included start from accel-client-ip-pool-start-stop.xml.i -->
<leafNode name="start">
  <properties>
    <help>First IP address in the pool</help>
    <constraint>
      <validator name="ipv4-address"/>
    </constraint>
  </properties>
</leafNode>
<leafNode name="stop">
  <properties>
    <help>Last IP address in the pool</help>
    <constraint>
      <validator name="ipv4-address"/>
    </constraint>
  </properties>
</leafNode>
<!-- included end -->