mirror of https://github.com/apache/cloudstack.git
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
|
||||
addDefaultSecurityGroupProviderToPhysicalNetwork(pNetwork.getId());
|
||||
|
||||
//add control traffic type
|
||||
addTrafficTypeToPhysicalNetwork(pNetwork.getId(), TrafficType.Control.toString(), null, null, null, null, null);
|
||||
|
||||
txn.commit();
|
||||
return pNetwork;
|
||||
|
|
|
|||
Loading…
Reference in New Issue