cloudstack/systemvm/patches/debian/config/opt/cloud/bin/cs
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
..
CsAddress.py CLOUDSTACK-9339 Virtual Routers don't handle Multiple Public Interfaces correctly 2016-12-07 14:33:24 +05:30
CsApp.py SysVM various fixes to previous refactorings 2016-06-07 13:03:10 +02:00
CsConfig.py VR CsConfig: reintroduce old get_dns() behaviour for redundant non-VPC's 2016-06-07 13:03:10 +02:00
CsDatabag.py Configure rVPC for router.redundant.vrrp.interval advert_int setting 2016-05-13 14:37:04 +02:00
CsDhcp.py systemvm: Fix regression from 825935 2016-11-27 15:43:10 +05:30
CsFile.py CLOUDSTACK-9498: VR CsFile search utility methods fail when search string has 2016-10-28 17:45:15 +05:30
CsGuestNetwork.py VR CsGuestNetwork obey useextdns 2016-06-07 13:03:09 +02:00
CsHelper.py Merge pull request #1474 from remibergsma/47_private_gw_initial_config 2016-05-12 11:02:55 -04:00
CsLoadBalancer.py Revert "Merge pull request #1482 from remibergsma/iptables-fix" 2016-05-19 11:04:46 +02:00
CsMonitor.py ACL issues 2015-03-16 11:40:10 +01:00
CsNetfilter.py Added missing rules on router config, fixed ordering of multiple rules, removed duplicate rules, added fix for network stats, added a check for b64 decoding (to pad incorrect b64). Also added a catch exception to be logged on the configure main. 2016-07-22 15:32:20 -04:00
CsProcess.py CLOUDSTACK-8947 - Adding some logging to better understand whay is happening with the Processes 2015-10-14 07:44:39 +02:00
CsRedundant.py Configure rVPC for router.redundant.vrrp.interval advert_int setting 2016-05-13 14:37:04 +02:00
CsRoute.py CLOUDSTACK-9339 Virtual Routers don't handle Multiple Public Interfaces correctly 2016-12-07 14:33:24 +05:30
CsRule.py CLOUDSTACK-9339 Virtual Routers don't handle Multiple Public Interfaces correctly 2016-12-07 14:33:24 +05:30
CsStaticRoutes.py apply static routes on change to master state 2016-04-07 20:57:58 +02:00
__init__.py ACL issues 2015-03-16 11:40:10 +01:00