blob: f2aea6be863fda196441977ea14e91d2a007f78f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from policy/network.xml.i -->
<leafNode name="network">
<properties>
<help>Network/netmask to match (requires inverse-mask be defined)</help>
<valueHelp>
<format>ipv4net</format>
<description>Inverse-mask to match</description>
</valueHelp>
<constraint>
<validator name="ipv4-address"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|