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. |
||
|---|---|---|
| .. | ||
| agent | ||
| debian | ||
| test | ||
| pom.xml | ||
| systemvm-agent-descriptor.xml | ||