summaryrefslogtreecommitdiff
path: root/op-mode-definitions/firewall.xml.in
diff options
context:
space:
mode:
authorNicolas Fort <nicolasfort1988@gmail.com>2024-01-10 12:02:30 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-01-11 15:10:14 +0000
commit1ea4288a91b22df12fcf7094e55c128cca875004 (patch)
tree780254215a134bf791bcadddb26e226161bf61a2 /op-mode-definitions/firewall.xml.in
parentd0145bfc824099cb17ad6dc2cc2f81cace4f430d (diff)
downloadvyos-1x-1ea4288a91b22df12fcf7094e55c128cca875004.tar.gz
vyos-1x-1ea4288a91b22df12fcf7094e55c128cca875004.zip
T5915:firewall: re-add opmode command for zone based firewall
(cherry picked from commit 62f10e0ec8075634e1515d6cecc822d87053bccb)
Diffstat (limited to 'op-mode-definitions/firewall.xml.in')
-rw-r--r--op-mode-definitions/firewall.xml.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/op-mode-definitions/firewall.xml.in b/op-mode-definitions/firewall.xml.in
index 4a7ffbb66..a4a987aa6 100644
--- a/op-mode-definitions/firewall.xml.in
+++ b/op-mode-definitions/firewall.xml.in
@@ -396,6 +396,23 @@
</properties>
<command>sudo ${vyos_op_scripts_dir}/firewall.py --action show_summary</command>
</leafNode>
+ <node name="zone-policy">
+ <properties>
+ <help>Show zone policy information</help>
+ </properties>
+ <children>
+ <tagNode name="zone">
+ <properties>
+ <help>Show summary of zone policy for a specific zone</help>
+ <completionHelp>
+ <path>firewall zone</path>
+ </completionHelp>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/zone.py show --zone $5</command>
+ </tagNode>
+ </children>
+ <command>sudo ${vyos_op_scripts_dir}/zone.py show</command>
+ </node>
</children>
<command>sudo ${vyos_op_scripts_dir}/firewall.py --action show_all</command>
</node>