From be6e9752ed55c81dab2e4f47f409b99cb9004bab Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Tue, 17 Aug 2010 15:30:07 -0700 Subject: update help text to use val_help --- templates-cfg/service/nat/rule/node.tag/destination/port/node.def | 2 +- templates-cfg/service/nat/rule/node.tag/source/port/node.def | 2 +- 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: ; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535 ; Numbered port val_help: - ; 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: ; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535 ; Numbered port val_help: - ; 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' -- cgit v1.2.3