cloudstack/systemvm
Richard Lawley 2f268fbb52 systemvm: fix VR issues with Multiple Public Subnets (#3361)
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.
2019-05-31 12:35:42 +05:30
..
agent CLOUDSTACK-10215: Excessive log4j debug level in CPVM could lead to FS overflow (#2391) 2018-01-08 13:05:56 +05:30
debian systemvm: fix VR issues with Multiple Public Subnets (#3361) 2019-05-31 12:35:42 +05:30
test Fix Python code checkstyle execute by "systemvm\test\runtests.sh" (#2576) 2018-04-18 13:07:37 -03:00
pom.xml systemvm: new qemu-guest-agent based patching for KVM (#3278) 2019-05-10 23:42:19 +05:30
systemvm-agent-descriptor.xml CLOUDSTACK-10013: SystemVM.iso refactoring and cleanups 2017-12-23 09:22:44 +05:30