mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
The problem is remove_first_ip() in ipassoc.sh can't be called more than one. The call after the first time would result in iptable and ip command failure, thus result in failure of execution of IpAssocCommand. Use the same way to detect already disassociated ip address of non-first IP(remove_an_ip()) to fix the issue. reviewed-by: Edison Su status 13606: resolved fixed