Add note about ports when rule is created for all protocols (#6131)

This commit is contained in:
Yousef Alam 2016-04-12 22:46:18 +01:00 committed by Clint
parent f5f84ece82
commit 286d2fadea
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ The following arguments are supported:
* `icmp_type` - (Optional) ICMP protocol: The ICMP type. Required if specifying ICMP for the protocol. e.g. -1
* `icmp_code` - (Optional) ICMP protocol: The ICMP code. Required if specifying ICMP for the protocol. e.g. -1
~> **NOTE:** If the value of `protocol` is `-1` or `all`, the `from_port` and `to_port` values will be ignored and the rule will apply to all ports.
~> Note: For more information on ICMP types and codes, see here: http://www.nthelp.com/icmp.html
## Attributes Reference