mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix build break due to commit 2e0847bfe01e74f5c80e028b66aee74d7a07493f.
This commit is contained in:
parent
45d38c4142
commit
db93ebf169
@ -194,7 +194,7 @@ public class ControlNetworkGuru extends PodBasedNetworkGuru implements NetworkGu
|
||||
return true;
|
||||
}
|
||||
|
||||
protected boolean isRouterVm(VirtualMachineProfile<? extends VirtualMachine> vm) {
|
||||
protected boolean isRouterVm(VirtualMachineProfile vm) {
|
||||
return vm.getType() == VirtualMachine.Type.DomainRouter || vm.getType() == VirtualMachine.Type.InternalLoadBalancerVm;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user