summaryrefslogtreecommitdiff
path: root/op-mode-definitions/nat66.xml.in
diff options
context:
space:
mode:
authorNicolas Fort <nicolasfort1988@gmail.com>2023-10-26 10:11:14 +0000
committerNicolas Fort <nicolasfort1988@gmail.com>2023-10-26 10:11:28 +0000
commitcd5316c266656e1532c0a2166ba892bd1c807743 (patch)
treedcbbef74dfd5d5f02f56af24ecb7221803ad4f31 /op-mode-definitions/nat66.xml.in
parentef55eab3c7cdac7b8febca9af15b5118aa475c45 (diff)
downloadvyos-1x-cd5316c266656e1532c0a2166ba892bd1c807743.tar.gz
vyos-1x-cd5316c266656e1532c0a2166ba892bd1c807743.zip
T5513: T5564: update op-mode command show firewall. Counter available for default actions and extend references for firewall groups
Diffstat (limited to 'op-mode-definitions/nat66.xml.in')
-rw-r--r--op-mode-definitions/nat66.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/nat66.xml.in b/op-mode-definitions/nat66.xml.in
index 6a8a39000..4df20d847 100644
--- a/op-mode-definitions/nat66.xml.in
+++ b/op-mode-definitions/nat66.xml.in
@@ -16,7 +16,7 @@
<properties>
<help>Show configured source NAT66 rules</help>
</properties>
- <command>${vyos_op_scripts_dir}/nat.py show_rules --direction source --family inet6</command>
+ <command>sudo ${vyos_op_scripts_dir}/nat.py show_rules --direction source --family inet6</command>
</node>
<node name="statistics">
<properties>
@@ -39,7 +39,7 @@
<command>sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet6 --address "$6"</command>
</tagNode>
</children>
- <command>${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet6</command>
+ <command>sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction source --family inet6</command>
</node>
</children>
</node>
@@ -52,7 +52,7 @@
<properties>
<help>Show configured destination NAT66 rules</help>
</properties>
- <command>${vyos_op_scripts_dir}/nat.py show_rules --direction destination --family inet6</command>
+ <command>sudo ${vyos_op_scripts_dir}/nat.py show_rules --direction destination --family inet6</command>
</node>
<node name="statistics">
<properties>
@@ -75,7 +75,7 @@
<command>sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet6 --address "$6"</command>
</tagNode>
</children>
- <command>${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet6</command>
+ <command>sudo ${vyos_op_scripts_dir}/nat.py show_translations --direction destination --family inet6</command>
</node>
</children>
</node>