blob: 8e9ca0e920f7560a3d9724a2db2803a9a89042ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- included start from accel-client-ip-pool-subnet.xml.i -->
<leafNode name="subnet">
<properties>
<help>Client IP subnet (CIDR notation)</help>
<valueHelp>
<format>ipv4net</format>
<description>IPv4 address and prefix length</description>
</valueHelp>
<constraint>
<validator name="ipv4-prefix"/>
</constraint>
<constraintErrorMessage>Not a valid CIDR formatted prefix</constraintErrorMessage>
<multi />
</properties>
</leafNode>
<!-- included end -->
|