summaryrefslogtreecommitdiff
path: root/op-mode-definitions/nat66.xml.in
diff options
context:
space:
mode:
authorjack9603301 <jack9603301@163.com>2021-03-13 19:49:01 +0800
committerjack9603301 <jack9603301@163.com>2021-03-14 16:55:16 +0800
commitd9a08e109daacf2736bb599281ea049a3a385527 (patch)
tree84bb99298494319498812b465b288ec9ecd7b87f /op-mode-definitions/nat66.xml.in
parent2595b90203ef1db5a86e332ca314f8a2df5ff28c (diff)
downloadvyos-1x-d9a08e109daacf2736bb599281ea049a3a385527.tar.gz
vyos-1x-d9a08e109daacf2736bb599281ea049a3a385527.zip
nat66: T2518: Modify the command line description of NAT/NAT66
Diffstat (limited to 'op-mode-definitions/nat66.xml.in')
-rw-r--r--op-mode-definitions/nat66.xml.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/op-mode-definitions/nat66.xml.in b/op-mode-definitions/nat66.xml.in
index c57c7c8b3..1ec46eb11 100644
--- a/op-mode-definitions/nat66.xml.in
+++ b/op-mode-definitions/nat66.xml.in
@@ -4,34 +4,34 @@
<children>
<node name="nat66">
<properties>
- <help>Show Network Address Translation (NAT) information</help>
+ <help>Show IPv6 to IPv6 Network Address Translation (NAT66) information</help>
</properties>
<children>
<node name="source">
<properties>
- <help>Show source Network Address Translation (NAT) information</help>
+ <help>Show source IPv6 to IPv6 Network Address Translation (NAT66) information</help>
</properties>
<children>
<node name="rules">
<properties>
- <help>Show configured source NAT rules</help>
+ <help>Show configured source NAT66 rules</help>
</properties>
<command>${vyos_op_scripts_dir}/show_nat66_rules.py --source</command>
</node>
<node name="statistics">
<properties>
- <help>Show statistics for configured source NAT rules</help>
+ <help>Show statistics for configured source NAT66 rules</help>
</properties>
<command>${vyos_op_scripts_dir}/show_nat66_statistics.py --source</command>
</node>
<node name="translations">
<properties>
- <help>Show active source NAT translations</help>
+ <help>Show active source NAT66 translations</help>
</properties>
<children>
<tagNode name="address">
<properties>
- <help>Show active source NAT translations for an IP address</help>
+ <help>Show active source NAT66 translations for an IPv6 address</help>
<completionHelp>
<list>&lt;h:h:h:h:h:h:h:h&gt;</list>
</completionHelp>
@@ -40,7 +40,7 @@
</tagNode>
<node name="detail">
<properties>
- <help>Show active source NAT translations detail</help>
+ <help>Show active source NAT66 translations detail</help>
</properties>
<command>${vyos_op_scripts_dir}/show_nat66_translations.py --type=source --verbose</command>
</node>
@@ -51,29 +51,29 @@
</node>
<node name="destination">
<properties>
- <help>Show destination Network Address Translation (NAT) information</help>
+ <help>Show destination IPv6 to IPv6 Network Address Translation (NAT66) information</help>
</properties>
<children>
<node name="rules">
<properties>
- <help>Show configured destination NAT rules</help>
+ <help>Show configured destination NAT66 rules</help>
</properties>
<command>${vyos_op_scripts_dir}/show_nat66_rules.py --destination</command>
</node>
<node name="statistics">
<properties>
- <help>Show statistics for configured destination NAT rules</help>
+ <help>Show statistics for configured destination NAT66 rules</help>
</properties>
<command>${vyos_op_scripts_dir}/show_nat66_statistics.py --destination</command>
</node>
<node name="translations">
<properties>
- <help>Show active destination NAT translations</help>
+ <help>Show active destination NAT66 translations</help>
</properties>
<children>
<tagNode name="address">
<properties>
- <help>Show active NAT destination translations for an IP address</help>
+ <help>Show active NAT66 destination translations for an IPv6 address</help>
<completionHelp>
<list>&lt;h:h:h:h:h:h:h:h&gt;</list>
</completionHelp>
@@ -82,7 +82,7 @@
</tagNode>
<node name="detail">
<properties>
- <help>Show active destination NAT translations detail</help>
+ <help>Show active destination NAT66 translations detail</help>
</properties>
<command>${vyos_op_scripts_dir}/show_nat66_translations.py --type=destination --verbose</command>
</node>