cloudstack/core/src/com/cloud
Murali Reddy 6749785cab CLOUDSTACK-9339 Virtual Routers don't handle Multiple Public Interfaces correctly
-when processing static nat rule, add a mangle table rule, to mark the traffic
   from the guest vm when it has associated static nat rule so that traffic gets
   routed using the route tabe of the device which has public ip associated

  -fix the case where nic_device_id is empty when ip is getting disassociated
   resulting in empty deviceid in ips.json

  -add utility methods in CsRule, and CsRoute to add 'ip rule' and 'ip route' rules respectivley

  -ensure traffic from all public interfaces are connection marked with device number, and restored
   for the reverse traffic. use the connection marked number to do device specific routing table lookup
   fill the device specific routing table with default route

  -component tests for testing multiple public interfaces of VR
2016-12-07 14:33:24 +05:30
..
agent CLOUDSTACK-9339 Virtual Routers don't handle Multiple Public Interfaces correctly 2016-12-07 14:33:24 +05:30
exception removed executable flags from java classes 2014-11-23 19:49:01 +01:00
host Cleanup licenses in core with com.mycila:license-maven-plugin:format 2014-07-14 16:28:29 +02:00
hypervisor/hyperv/resource Cleanup licenses in core with com.mycila:license-maven-plugin:format 2014-07-14 16:28:29 +02:00
info Cleanup licenses in core with com.mycila:license-maven-plugin:format 2014-07-14 16:28:29 +02:00
network Pass LbProtocol down to the HAProxyConfigurator 2015-10-28 13:42:51 +00:00
resource Merge pull request #1051 from Carles-Figuerola/CLOUDSTACK-9048-fix-typo 2015-11-22 12:57:31 +01:00
serializer findbugs: final fields 2015-06-24 09:29:56 +02:00
storage SSVM downloader now handles redirects properly. 2016-11-01 10:48:53 +00:00