summaryrefslogtreecommitdiff
path: root/templates/firewall
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@io.vyatta.com>2008-12-20 13:57:36 -0800
committerStig Thormodsrud <stig@io.vyatta.com>2008-12-20 13:57:36 -0800
commited7d1a98d980c571585fd67bed9b3d66ff84316b (patch)
treec52bc705086e9b891f95c6f46b10b62b6df98957 /templates/firewall
parentd82b9b61d3fcd8a45b67ec7650d4e58a123b8b3a (diff)
downloadvyatta-cfg-firewall-ed7d1a98d980c571585fd67bed9b3d66ff84316b.tar.gz
vyatta-cfg-firewall-ed7d1a98d980c571585fd67bed9b3d66ff84316b.zip
Fix 3626: Not all protocol numbers are accepted in firewall rules.
Diffstat (limited to 'templates/firewall')
-rw-r--r--templates/firewall/name/node.tag/rule/node.tag/protocol/node.def2
1 files changed, 1 insertions, 1 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 3a912fb..03ce8cf 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
@@ -3,6 +3,6 @@ help: Set protocol to match (protocol name in /etc/protocols or protocol number
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
+ <1-255> An IP protocol number
all All IP protocols
!<protocol> All IP protocols except for the specified name or number (negation)