mirror of https://github.com/apache/cloudstack.git
Set broadcast domain type to Native for directPodBased network
This commit is contained in:
parent
7743e4f810
commit
6a35f1bf31
|
|
@ -74,8 +74,12 @@ public class DirectNetworkGuru extends AdapterBase implements NetworkGuru {
|
|||
config.setBroadcastUri(userSpecified.getBroadcastUri());
|
||||
config.setState(State.Setup);
|
||||
}
|
||||
|
||||
if (userSpecified.getBroadcastDomainType() != null) {
|
||||
config.setBroadcastDomainType(userSpecified.getBroadcastDomainType());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
config.setDns1(dc.getDns1());
|
||||
config.setDns2(dc.getDns2());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue