summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorjack9603301 <jack9603301@163.com>2021-01-21 22:26:40 +0800
committerjack9603301 <jack9603301@163.com>2021-01-23 21:45:31 +0800
commit88a6a034b1cb6a1a43c689281df92831d82c996c (patch)
tree1100cd081700ac69dbcd5ab9d47e0bdb454a2feb /interface-definitions
parent01e1759d16afbc9f95b64da76eee97fc06729dc8 (diff)
downloadvyos-1x-88a6a034b1cb6a1a43c689281df92831d82c996c.tar.gz
vyos-1x-88a6a034b1cb6a1a43c689281df92831d82c996c.zip
nptv6: T2518: Maintain the consistency of terms in the CLI configuration file, and use nat66 terms completely
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/nat66.xml.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in
index b56a76b4c..b45ebc0a8 100644
--- a/interface-definitions/nat66.xml.in
+++ b/interface-definitions/nat66.xml.in
@@ -13,7 +13,7 @@
<children>
<tagNode name="rule">
<properties>
- <help>SNPTv6 rule number</help>
+ <help>Source NAT66 rule number</help>
<valueHelp>
<format>1-999999</format>
<description>Number for this rule</description>
@@ -43,7 +43,7 @@
</leafNode>
<leafNode name="outbound-interface">
<properties>
- <help>Outbound interface of NAT traffic</help>
+ <help>Outbound interface of NAT66 traffic</help>
<completionHelp>
<script>${vyos_completion_dir}/list_interfaces.py</script>
</completionHelp>
@@ -98,7 +98,7 @@
<children>
<tagNode name="rule">
<properties>
- <help>DNPTv6 rule number</help>
+ <help>Destination NAT66 rule number</help>
<valueHelp>
<format>1-999999</format>
<description>Number for this rule</description>
@@ -116,7 +116,7 @@
</leafNode>
<leafNode name="disable">
<properties>
- <help>Disable DNPT rule</help>
+ <help>Disable NAT66 rule</help>
<valueless/>
</properties>
</leafNode>
@@ -128,7 +128,7 @@
</leafNode>
<leafNode name="inbound-interface">
<properties>
- <help>Inbound interface of NAT traffic</help>
+ <help>Inbound interface of NAT66 traffic</help>
<completionHelp>
<list>any</list>
<script>${vyos_completion_dir}/list_interfaces.py</script>