exoscale / egoscale

exoscale golang bindings
https://pkg.go.dev/github.com/exoscale/egoscale/v3
Apache License 2.0
31 stars 14 forks source link

v2: fix CreateSecurityGroupRule() method #522

Closed falzm closed 3 years ago

falzm commented 3 years ago

This change fixes a bug in the Client.CreateSecurityGroupRule() method, where a crash would occur when creating a rule without a start/end port (e.g. ICMP rules).