mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-11-28 16:40:27 +08:00
When adding using private subnet name or id, this creates 2 rules, one for IPv4 and one for IPv6. This changes the response to include multiple rules if a private subnet name or id is given. Since it wasn't possible to use a private subnet name or id before, this is in general backwards compatible. However, code that passed values through without checking them (such as the CLI) needs adjustment. I think the amount of backwards compatibility breakage here is acceptable. |
||
|---|---|---|
| .. | ||
| add-rule_spec.rb | ||
| attach-subnet_spec.rb | ||
| create_spec.rb | ||
| delete-rule_spec.rb | ||
| destroy_spec.rb | ||
| detach-subnet_spec.rb | ||
| modify-rule_spec.rb | ||
| rename_spec.rb | ||