get flat networking working again

This commit is contained in:
Chiradeep Vittal 2010-10-01 09:06:44 -07:00
parent 30600d55b0
commit e564169239
1 changed files with 1 additions and 1 deletions

View File

@ -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{