blob: 174051624d1518ccbb473453c44446b9a41ad867 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<!-- include start from firewall/source-destination-group-inet.xml.i -->
<node name="group">
<properties>
<help>Group</help>
</properties>
<children>
<leafNode name="ipv4-address-group">
<properties>
<help>Group of IPv4 addresses</help>
<completionHelp>
<path>firewall group address-group</path>
</completionHelp>
</properties>
</leafNode>
<leafNode name="ipv6-address-group">
<properties>
<help>Group of IPv6 addresses</help>
<completionHelp>
<path>firewall group ipv6-address-group</path>
</completionHelp>
</properties>
</leafNode>
#include <include/firewall/mac-group.xml.i>
<leafNode name="ipv4-network-group">
<properties>
<help>Group of IPv4 networks</help>
<completionHelp>
<path>firewall group network-group</path>
</completionHelp>
</properties>
</leafNode>
<leafNode name="ipv6-network-group">
<properties>
<help>Group of IPv6 networks</help>
<completionHelp>
<path>firewall group ipv6-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 -->
|