summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-08-17 15:30:07 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-08-17 15:30:07 -0700
commitbe6e9752ed55c81dab2e4f47f409b99cb9004bab (patch)
tree9265c4a7a7de173a0c9f0d4fbeda8ba5af6f24a7
parent626508eddc5c418c51314afc3e9fab13f3e75461 (diff)
downloadvyatta-nat-be6e9752ed55c81dab2e4f47f409b99cb9004bab.tar.gz
vyatta-nat-be6e9752ed55c81dab2e4f47f409b99cb9004bab.zip
update help text to use val_help
-rw-r--r--templates-cfg/service/nat/rule/node.tag/destination/port/node.def2
-rw-r--r--templates-cfg/service/nat/rule/node.tag/source/port/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates-cfg/service/nat/rule/node.tag/destination/port/node.def b/templates-cfg/service/nat/rule/node.tag/destination/port/node.def
index 7ab72d4..7505487 100644
--- a/templates-cfg/service/nat/rule/node.tag/destination/port/node.def
+++ b/templates-cfg/service/nat/rule/node.tag/destination/port/node.def
@@ -6,6 +6,6 @@ val_help: <port name> ; Named port (any name in /etc/services, e.g., http)
val_help: u32:1-65535 ; Numbered port
val_help: <start>-<end> ; Numbered port range (e.g., 1001-1005)
-comp_help: Destination port(s) can be specified as a comma-separated list.
+comp_help: Multiple destination ports can be specified as a comma-separated list.
The whole list can also be "negated" using '!'.
For example: '!22,telnet,http,123,1001-1005'
diff --git a/templates-cfg/service/nat/rule/node.tag/source/port/node.def b/templates-cfg/service/nat/rule/node.tag/source/port/node.def
index e81ea53..d0e9de6 100644
--- a/templates-cfg/service/nat/rule/node.tag/source/port/node.def
+++ b/templates-cfg/service/nat/rule/node.tag/source/port/node.def
@@ -6,6 +6,6 @@ val_help: <port name> ; Named port (any name in /etc/services, e.g., http)
val_help: u32:1-65535 ; Numbered port
val_help: <start>-<end> ; Numbered port range (e.g., 1001-1005)
-comp_help: Source port(s) can be specified as a comma-separated list.
+comp_help: Multiple source ports can be specified as a comma-separated list.
The whole list can also be "negated" using '!'.
For example: '!22,telnet,http,123,1001-1005'