blob: 654b6727e19b8879daeed16e3932e5562a606e7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!-- include start from accel-ppp/client-ip-pool-name.xml.i -->
<tagNode name="name">
<properties>
<help>Pool name</help>
<valueHelp>
<format>txt</format>
<description>Name of IP pool</description>
</valueHelp>
<constraint>
<regex>[-_a-zA-Z0-9.]+</regex>
</constraint>
</properties>
<children>
#include <include/accel-ppp/gateway-address.xml.i>
#include <include/accel-ppp/client-ip-pool-subnet-single.xml.i>
</children>
</tagNode>
<!-- include end -->
|