blob: e6dd5534c2859cd1e9a50bd307d2e41c9fbaffda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!-- included start from accel-client-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 -->
|