blob: 9a9bed0fe2c8e79a75f72af88dc4bc1ab106e058 (
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
31
32
33
|
<!-- 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>
<completionHelp>
<path>firewall group address-group</path>
</completionHelp>
</properties>
</leafNode>
<leafNode name="network-group">
<properties>
<help>Group of networks</help>
<completionHelp>
<path>firewall group network-group</path>
</completionHelp>
</properties>
</leafNode>
<leafNode name="port-group">
<properties>
<help>Group of ports</help>
<completionHelp>
<path>firewall group port-group</path>
</completionHelp>
</properties>
</leafNode>
</children>
</node>
<!-- include end -->
|