blob: b442a15b99003c9fe8bf663bdd0103a7660e7f61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!-- 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>
<leafNode name="next-pool">
<properties>
<help>Next pool name</help>
<valueHelp>
<format>txt</format>
<description>Name of IP pool</description>
</valueHelp>
<constraint>
<regex>[-_a-zA-Z0-9.]+</regex>
</constraint>
</properties>
</leafNode>
</children>
</tagNode>
<!-- include end -->
|