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
@ -4322,9 +4322,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;
|
||||
} catch (Exception ex) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user