diff options
| -rw-r--r-- | interface-definitions/nat66.xml.in | 10 | 
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>  | 
