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
@ -5,7 +5,7 @@
|
||||
// to you under the Apache License, Version 2.0 (the
|
||||
// "License"); you may not use this file except in compliance
|
||||
// with the License. You may obtain a copy of the License at
|
||||
//
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing,
|
||||
@ -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