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