> I have looked at the code more in detail and found a bit tricky thing.
> 
> Inside the createVif() method, it calls getNetwork(conn, nic) to set
> vifr.network record. And inside getNetwork(), it differentiates by
> BroadcastDomainType.
> 
> Now I'm wondering if the method getNetwork() to be inside to-be-created
> default vif driver's  implementation, or out side of the vif driver. So, I'd 
> like to
> ask for comments or suggestions from the community.
> 
Tomoe,

I think you might be looking at obsolete code.   Starting in 3.x, CloudStack 
shouldn't be looking at the broadcast type to determine the network.  It is 
determined by the name tag set when you setup the physical network during zone 
setups.  Let me know if you have any questions.

--Alex

Reply via email to