mirror of https://github.com/apache/cloudstack.git
Fixed applyLbRules for Netscaler.
This commit is contained in:
parent
bfc5887a1b
commit
dbb223e4de
|
|
@ -240,7 +240,7 @@ public class NetscalerElement extends ExternalLoadBalancerDeviceManagerImpl impl
|
|||
return false;
|
||||
}
|
||||
|
||||
if (canHandleLbRules(rules)) {
|
||||
if (!canHandleLbRules(rules)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue