This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 5d7b33a Fix null pointer exception when using
ConfigKey.Scope.ManagementServer (#3062)
add a84f7df marvin: add missing default test data (#3055)
add d425a40 sg: add secondary ips to the correct ipset based on ip family
(#2990)
add 29b8a9d kvm: when untagged vxlan is used, use the default
guest/public bridge (#3037)
new ac9562a Merge remote-tracking branch 'origin/4.11'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hypervisor/kvm/resource/BridgeVifDriver.java | 19 ++++--
.../kvm/resource/BridgeVifDriverTest.java | 58 +++++++++++++++++
scripts/vm/network/security_group.py | 73 +++++++++++++++-------
tools/marvin/marvin/config/test_data.py | 6 ++
4 files changed, 129 insertions(+), 27 deletions(-)
create mode 100644
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/BridgeVifDriverTest.java