mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Control traffic type is not tight to the physical network
This commit is contained in:
parent
af667d26b7
commit
c0f87a25fd
@ -4321,9 +4321,6 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
|||||||
|
|
||||||
//add security group provider to the physical network
|
//add security group provider to the physical network
|
||||||
addDefaultSecurityGroupProviderToPhysicalNetwork(pNetwork.getId());
|
addDefaultSecurityGroupProviderToPhysicalNetwork(pNetwork.getId());
|
||||||
|
|
||||||
//add control traffic type
|
|
||||||
addTrafficTypeToPhysicalNetwork(pNetwork.getId(), TrafficType.Control.toString(), null, null, null, null, null);
|
|
||||||
|
|
||||||
txn.commit();
|
txn.commit();
|
||||||
return pNetwork;
|
return pNetwork;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user