mirror of https://github.com/apache/cloudstack.git
get flat networking working again
This commit is contained in:
parent
30600d55b0
commit
e564169239
|
|
@ -3530,7 +3530,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
|
|||
}
|
||||
|
||||
protected boolean can_bridge_firewall() {
|
||||
return false;
|
||||
return Boolean.valueOf(callHostPlugin("can_bridge_firewall", "host_uuid", _host.uuid));
|
||||
}
|
||||
|
||||
protected boolean getHostInfo() throws IllegalArgumentException{
|
||||
|
|
|
|||
Loading…
Reference in New Issue