blob: 30226b0d82a23695aee7af9416a0408c885d651a (
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
|
<!-- include start from firewall/source-destination-group.xml.i -->
<node name="group">
<properties>
<help>Group</help>
</properties>
<children>
<leafNode name="address-group">
<properties>
<help>Group of addresses</help>
</properties>
</leafNode>
<leafNode name="network-group">
<properties>
<help>Group of networks</help>
</properties>
</leafNode>
<leafNode name="port-group">
<properties>
<help>Group of ports</help>
</properties>
</leafNode>
</children>
</node>
<!-- include end -->
|