DennisKonrad opened a new pull request #3604: Fix Policy Based Routing for private gateway static routes URL: https://github.com/apache/cloudstack/pull/3604 ## Description We noticed that VMs that are target of a static nat cannot use private gateways. Investigation showed that these VMs behave differently than all other VMs in a VPC because their whole traffic gets marked and is only allowed to leave through the public ip provided by the static nat. This is most likely introduced by: https://github.com/apache/cloudstack/pull/3366 Maybe @richardlawley @rhtyd can contribute if this is an unwanted side-effect. To not break anything we propose a solution that does only mark the nat portion of the traffic and allow the VM use the private gateway like normal. ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ## How Has This Been Tested? We built and manually tested this to check if function is restored and nothing else breaks.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
