-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17990/
-----------------------------------------------------------
(Updated Feb. 12, 2014, 4:59 a.m.)
Review request for cloudstack and Marcus Sorensen.
Summary (updated)
-----------------
a broadcast type of a public network is affected by another physical network's
isolation method
Bugs: CLOUDSTACK-6079
https://issues.apache.org/jira/browse/CLOUDSTACK-6079
Repository: cloudstack-git
Description
-------
fixed issue: if public traffic is on a physical network isolated by VLAN,
and guest traffic is on an another physical network isolated by VXLAN,
public traffic's broadcast type is updated to VXLAN by mistake.
Diffs
-----
server/src/com/cloud/network/NetworkServiceImpl.java 270ff7b
Diff: https://reviews.apache.org/r/17990/diff/
Testing
-------
Deployed a zone described above, and confirmed it works correctly.
Thanks,
Yoshikazu Nojima