jeanvetorello opened a new issue, #12621: URL: https://github.com/apache/cloudstack/issues/12621
### problem When restarting a VPC with cleanup=true that has public IPs from different VLAN ranges, the operation fails with: cidr is not formatted correctly: 192.168.2.0/24,160.0.0.0/24 Expected Behavior: VPC restarts successfully. Actual Behavior: VPC restart fails with error: cidr is not formatted correctly: 192.168.2.0/24,160.0.0.0/24 ### versions 4.21 kvm ### The steps to reproduce the bug Steps to Reproduce: In an existing zone, add a second public IP range on a different VLAN (e.g., if the zone already has a range like 183.9.9.0/24 on VLAN 100, add a new range like 160.0.0.0/24 on VLAN 200) Create a VPC Create a network tier (subnet) inside the VPC Deploy a VM inside that tier Acquire a public IP from the second VLAN range and assign it to the VM (so the VPC now has the default Source NAT IP from the first range and the newly acquired IP from the second range) Go to the VPC and click Restart VPC with "Clean up" enabled ### What to do about it? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
