mirror of https://github.com/apache/cloudstack.git
This PR resolves 2 issues related to Virtual Routers with multiple public interfaces, and works around a third. - Fixes #3353 - Adds missing throw routes for eth0/eth1 to eth3+ when there are >1 public IPs - Fixes #3168 - Incorrect marks set on some static NAT rules (some code references were changed from hex(int(interfacenum)) to hex(100 + int(interfacenum)) - this change just adds the remaining ones - Fixes #3352 - Work around that sends Gratuitous ARP messages when a HA VR becomes master to work around the problem of the MAC address being different between HA VRs. If that issue is fixed properly (i.e. a database entry for the subsequent interfaces so they can be static) then this is unnecessary, though should not cause any problems. |
||
|---|---|---|
| .. | ||
| CsAddress.py | ||
| CsApp.py | ||
| CsConfig.py | ||
| CsDatabag.py | ||
| CsDhcp.py | ||
| CsFile.py | ||
| CsGuestNetwork.py | ||
| CsHelper.py | ||
| CsLoadBalancer.py | ||
| CsMonitor.py | ||
| CsNetfilter.py | ||
| CsProcess.py | ||
| CsRedundant.py | ||
| CsRoute.py | ||
| CsRule.py | ||
| CsStaticRoutes.py | ||
| __init__.py | ||