summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-02-01 14:46:08 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-02-01 14:46:08 -0800
commitdf59479b92a9ca1d20c6cebcd83b135f2aaf7761 (patch)
tree5edc4104d5736ae1173d9668680967f29990559d
parent4321091a4773a590da17e2741ae79dc504067994 (diff)
downloadvyatta-cfg-firewall-df59479b92a9ca1d20c6cebcd83b135f2aaf7761.tar.gz
vyatta-cfg-firewall-df59479b92a9ca1d20c6cebcd83b135f2aaf7761.zip
fix for bug 2591: update help text
-rw-r--r--templates/firewall/name/node.tag/rule/node.tag/protocol/node.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/firewall/name/node.tag/rule/node.tag/protocol/node.def b/templates/firewall/name/node.tag/rule/node.tag/protocol/node.def
index 4ced90a..50c0052 100644
--- a/templates/firewall/name/node.tag/rule/node.tag/protocol/node.def
+++ b/templates/firewall/name/node.tag/rule/node.tag/protocol/node.def
@@ -1,3 +1,8 @@
type: txt
help: Configure which protocol to match (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:
+ <text> An IP protocol name from /etc/protocols (e.g. "tcp" or "udp").
+ <0-255> An IP protocol number.
+ all All IP protocols.
+ !<protocol> All IP protocols except for the specified name or number (negation).