summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/add-addr-to-group-ipv6.xml.i
blob: 2cb077450658c2f55e1dbb5cc20bf9adaf4f9984 (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-ipv6.xml.i -->
<node name="add-address-to-group">
  <properties>
    <help>Add ipv6 address to dynamic ipv6-address-group</help>
  </properties>
  <children>
    <node name="source-address">
      <properties>
        <help>Add source ipv6 addresses to dynamic ipv6-address-group</help>
      </properties>
      <children>
        #include <include/firewall/add-dynamic-ipv6-address-groups.xml.i>
      </children>
    </node>
    <node name="destination-address">
      <properties>
        <help>Add destination ipv6 addresses to dynamic ipv6-address-group</help>
      </properties>
      <children>
        #include <include/firewall/add-dynamic-ipv6-address-groups.xml.i>
      </children>
    </node>
  </children>
</node>
<!-- include end -->