summaryrefslogtreecommitdiff
path: root/op-mode-definitions/firewall.xml.in
blob: b5dee7c9e612564988cc70f7cc9c998dde7b6a99 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<?xml version="1.0"?>
<interfaceDefinition>
<!--
  <node name="clear">
    <children>
      <node name="firewall">
        <properties>
          <help>Clear firewall statistics</help>
        </properties>
        <children>
          <tagNode name="ipv6-name">
            <properties>
              <help>Clear firewall statistics for chain</help>
              <completionHelp>
                <path>firewall ipv6-name</path>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear counters for specified chain</help>
                </properties>
                <command>echo "TODO"</command>
              </leafNode>
              <tagNode name="rule">
                <properties>
                  <help>Clear firewall statistics for a rule</help>
                  <completionHelp>
                    <path>firewall ipv6-name ${COMP_WORDS[4]} rule</path>
                  </completionHelp>
                </properties>
                <children>
                  <leafNode name="counters">
                    <properties>
                      <help>Clear counters for specified rule</help>
                    </properties>
                    <command>echo "TODO"</command>
                  </leafNode>
                </children>
              </tagNode>
            </children>
          </tagNode>
          <tagNode name="name">
            <properties>
              <help>Clear firewall statistics for chain</help>
              <completionHelp>
                <path>firewall name</path>
              </completionHelp>
            </properties>
            <children>
              <leafNode name="counters">
                <properties>
                  <help>Clear counters for specified chain</help>
                </properties>
                <command>echo "TODO"</command>
              </leafNode>
              <tagNode name="rule">
                <properties>
                  <help>Clear firewall statistics for a rule</help>
                  <completionHelp>
                    <path>firewall name ${COMP_WORDS[4]} rule</path>
                  </completionHelp>
                </properties>
                <children>
                  <leafNode name="counters">
                    <properties>
                      <help>Clear counters for specified rule</help>
                    </properties>
                    <command>echo "TODO"</command>
                  </leafNode>
                </children>
              </tagNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
-->
<!--
  <node name="reset">
    <children>
      <node name="firewall">
        <properties>
          <help>Reset a firewall group</help>
        </properties>
        <children>
          <tagNode name="address-group">
            <properties>
              <help>Reset a firewall address group</help>
            </properties>
          </tagNode>
          <tagNode name="network-group">
            <properties>
              <help>Reset a firewall network group</help>
            </properties>
          </tagNode>
          <tagNode name="port-group">
            <properties>
              <help>Reset a firewall port group</help>
            </properties>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
-->
  <node name="show">
    <children>
      <node name="firewall">
        <properties>
          <help>Show firewall information</help>
        </properties>
        <children>
          <tagNode name="group">
            <properties>
              <help>Show firewall group</help>
              <completionHelp>
                <path>firewall group address-group</path>
                <path>firewall group network-group</path>
                <path>firewall group port-group</path>
                <path>firewall group ipv6-address-group</path>
                <path>firewall group ipv6-network-group</path>
              </completionHelp>
            </properties>
            <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show_group --name $4</command>
          </tagNode>
          <leafNode name="group">
            <properties>
              <help>Show firewall group</help>
            </properties>
            <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show_group</command>
          </leafNode>
          <tagNode name="ipv6-name">
            <properties>
              <help>Show IPv6 firewall chains</help>
              <completionHelp>
                <path>firewall ipv6-name</path>
              </completionHelp>
            </properties>
            <children>
              <tagNode name="rule">
                <properties>
                  <help>Show summary of IPv6 firewall rules</help>
                  <completionHelp>
                    <path>firewall ipv6-name ${COMP_WORDS[6]} rule</path>
                  </completionHelp>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4 --rule $6 --ipv6</command>
              </tagNode>
            </children>
            <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4 --ipv6</command>
          </tagNode>
          <tagNode name="name">
            <properties>
              <help>Show IPv4 firewall chains</help>
              <completionHelp>
                <path>firewall name</path>
              </completionHelp>
            </properties>
            <children>
              <tagNode name="rule">
                <properties>
                  <help>Show summary of IPv4 firewall rules</help>
                  <completionHelp>
                    <path>firewall name ${COMP_WORDS[6]} rule</path>
                  </completionHelp>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4 --rule $6</command>
              </tagNode>
            </children>
            <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show --name $4</command>
          </tagNode>
          <leafNode name="statistics">
            <properties>
              <help>Show statistics of firewall application</help>
            </properties>
            <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show_statistics</command>
          </leafNode>
          <leafNode name="summary">
            <properties>
              <help>Show summary of firewall application</help>
            </properties>
            <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show_summary</command>
          </leafNode>
        </children>
        <command>sudo ${vyos_op_scripts_dir}/firewall.py --action show_all</command>
      </node>
    </children>
  </node>
</interfaceDefinition>