Add note about ports when rule is created for all protocols (#6131)
This commit is contained in:
parent
f5f84ece82
commit
286d2fadea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue