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