mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fixed couple of other problems along: * when expunge PF/Static nat rules as a part of vmExpunge/IpRelease process, first mark all rules as Revoke, and then send commands to the backend. Group commands by Ip address. Before we used to do Revoke/Send per rule basis. * When release source nat rule, make sure that corresponding vpn (if exists) is being expunged.