This is an automated email from the ASF dual-hosted git repository.

dahn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 8e03374  Merge remote-tracking branch 'origin/4.14'
     add 6491a69  bugfix #2 vpc: Fix remove first public ip will remove all ips 
on the nic
     add f5ab87c  bugfix #3 apply ip dessociation before unplugging a nic so ip 
is marked as add:false in ips.json
     add 655ed10  bugfix #2 vpc vr: fix issue if static nat is disabled but 
still other IP used by lb/pf
     add 51f3756  bugfix #4 vpc vr: Do NOT send Nic plug in/out command to 
Stopped/Stopping VR
     add 5cc6fed  Revert "Handle private gateways more reliably"
     add 66d3e1f  Revert "Add private gateway IP to router initialization 
config"
     add 7e6f484  Revert "Fix Policy Based Routing for private gateway static 
routes (#3604)"
     add 8fb2efe  bugfix #6 vpc vr: Add iptables rules for ACL of private 
gateway
     add a8c9b45  bugfix #7 vpc vr: allow servers in private gateway to reach 
internet via the VPC VR if it is gateway
     add 69c0f71  bugfix #8 vpc: add rule for traffic between vm and private 
gateway
     add 8a68617  bugfix #9 vpc vr: Add PREROUTING rule for vm with static nat 
to multiple private gateways
     add b2d8fff  integration test: verify public nics state
     add 6a91b8a  integration test: add private gateway in test
     add a979ab9  integration test: update steps
     add e9ce381  Merge branch '4.14'

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/agent/api/to/IpAddressTO.java   |   9 ++
 .../facade/IpAssociationConfigItem.java            |   1 +
 .../resource/virtualnetwork/model/IpAddress.java   |   9 ++
 .../cloud/network/router/CommandSetupHelper.java   |  26 ++--
 .../VpcVirtualNetworkApplianceManagerImpl.java     |  10 --
 .../com/cloud/network/rules/NicPlugInOutRules.java |  57 +++++++-
 .../rules/VirtualNetworkApplianceFactory.java      |  18 ++-
 .../network/topology/AdvancedNetworkTopology.java  |   8 +-
 systemvm/debian/opt/cloud/bin/configure.py         |  26 +++-
 systemvm/debian/opt/cloud/bin/cs/CsAddress.py      |  33 +++++
 systemvm/debian/opt/cloud/bin/merge.py             |  42 ------
 .../test_multiple_subnets_in_isolated_network.py   |  94 +++++++++++--
 ...est_multiple_subnets_in_isolated_network_rvr.py | 107 +++++++++++++--
 .../component/test_multiple_subnets_in_vpc.py      | 145 ++++++++++++++++++---
 .../component/test_multiple_subnets_in_vpc_rvr.py  | 145 ++++++++++++++++++---
 15 files changed, 584 insertions(+), 146 deletions(-)

Reply via email to