On Fri, Nov 19, 2010 at 12:55:03PM -0200, Eduardo Otubo wrote:
This is a series of 3 patches to add network management support for
pHyp driver.
Can you explain what sort of network connectivity you are
managing here ?
The virNetwork APIs are specifically for an IP layer virtual
switch, that does IP forwarding, optionally with NAT.
Reading the patches, it sounds more like you're trying to
represent ethernet layer virtual switches (aka bridging
to physical NICs). This is what the virInterface APIs are
intended to cover
So if my understanding is correct you need to implement
the virInterface APIs rather than virNetwork APIs
Regards,
Daniel