From 3c390052fb343b915f7e74c467e8ae5b4655b3d3 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 1 Feb 2008 14:46:07 -0800 Subject: fix for bug 2591: update help text --- templates-cfg/service/nat/rule/node.tag/protocols/node.def | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'templates-cfg') diff --git a/templates-cfg/service/nat/rule/node.tag/protocols/node.def b/templates-cfg/service/nat/rule/node.tag/protocols/node.def index e2e6e84..bea3fa3 100644 --- a/templates-cfg/service/nat/rule/node.tag/protocols/node.def +++ b/templates-cfg/service/nat/rule/node.tag/protocols/node.def @@ -2,7 +2,8 @@ type: txt help: Protocol to NAT (this can be a protocol name in /etc/protocols, a protocol number, or "all") syntax:expression: exec "/opt/vyatta/sbin/vyatta-validate-type.pl protocol_negate '$VAR(@)'" ; "invalid protocol \"$VAR(@)\"" comp_help:Possible completions: - A protocol name, for example, "tcp" - A protocol number - all All protocols -(Note: a protocol can also be negated, for example, "!tcp") + An IP protocol name from /etc/protocols (e.g. "tcp" or "udp"). + <0-255> An IP protocol number. + all All IP protocols. + ! All IP protocols except for the specified name or number + (negation). -- cgit v1.2.3