We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cabac commit 440ef87Copy full SHA for 440ef87
1 file changed
openstack/networking/v2/extensions/security/rules/requests.go
@@ -125,7 +125,7 @@ type CreateOpts struct {
125
126
// The maximum port number in the range that is matched by the security group
127
// rule. The PortRangeMin attribute constrains the PortRangeMax attribute. If
128
- // the protocol is ICMP, this value must be an ICMP type.
+ // the protocol is ICMP, this value must be an ICMP code.
129
PortRangeMax int `json:"port_range_max,omitempty"`
130
131
// The minimum port number in the range that is matched by the security group
0 commit comments