blob: a47cadd5557f7d84fd5d3526717754c7b4c84b94 (
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
|
<!-- include start from firewall/add-addr-to-group-ipv4.xml.i -->
<node name="add-address-to-group">
<properties>
<help>Add ip address to dynamic address-group</help>
</properties>
<children>
<node name="source-address">
<properties>
<help>Add source ip addresses to dynamic address-group</help>
</properties>
<children>
#include <include/firewall/add-dynamic-address-groups.xml.i>
</children>
</node>
<node name="destination-address">
<properties>
<help>Add destination ip addresses to dynamic address-group</help>
</properties>
<children>
#include <include/firewall/add-dynamic-address-groups.xml.i>
</children>
</node>
</children>
</node>
<!-- include end -->
|