Re: [Libvir] Patch for routed virtual networks

2008-03-30 Thread Soren Hansen
On Fri, Mar 28, 2008 at 08:40:19PM +, Daniel P. Berrange wrote: > In theory I think it might be possible to avoid the need to configure > the local LAN router, by messing with proxy_arp, but I've not got it > to work so far. Unless I've misunderstood something, this won't work. If a machine o

Re: [Libvir] Patch for routed virtual networks

2008-03-28 Thread Daniel P. Berrange
On Tue, Mar 25, 2008 at 12:56:31PM +0100, Mads Chr. Olesen wrote: > > man, 24 03 2008 kl. 19:00 +, skrev Daniel P. Berrange: > > > > On Mon, Mar 24, 2008 at 10:52:41AM +0100, Mads Chr. Olesen wrote: > > > Anything further I can do to help get this patch commited? > > > > > > I have been runn

Re: [Libvir] Patch for routed virtual networks

2008-03-27 Thread Soren Hansen
On Mon, Mar 24, 2008 at 07:00:48PM +, Daniel P. Berrange wrote: > > Anything further I can do to help get this patch commited? > > > > I have been running with it, without problems across restarts, etc., for > > a couple of weeks now. > I still don't see where the routing rules are defined / t

Re: [Libvir] Patch for routed virtual networks

2008-03-25 Thread Mads Chr. Olesen
man, 24 03 2008 kl. 19:00 +, skrev Daniel P. Berrange: > > On Mon, Mar 24, 2008 at 10:52:41AM +0100, Mads Chr. Olesen wrote: > > Anything further I can do to help get this patch commited? > > > > I have been running with it, without problems across restarts, etc., > for > > a couple of weeks

Re: [Libvir] Patch for routed virtual networks

2008-03-24 Thread Daniel P. Berrange
On Mon, Mar 24, 2008 at 10:52:41AM +0100, Mads Chr. Olesen wrote: > Anything further I can do to help get this patch commited? > > I have been running with it, without problems across restarts, etc., for > a couple of weeks now. I still don't see where the routing rules are defined / take place w

Re: [Libvir] Patch for routed virtual networks

2008-03-24 Thread Mads Chr. Olesen
Anything further I can do to help get this patch commited? I have been running with it, without problems across restarts, etc., for a couple of weeks now. man, 10 03 2008 kl. 22:09 +0100, skrev Mads Chr. Olesen: > søn, 09 03 2008 kl. 21:09 +, skrev Daniel P. Berrange: > > On Sat, Mar 08, 2008

Re: [Libvir] Patch for routed virtual networks

2008-03-10 Thread Mads Chr. Olesen
søn, 09 03 2008 kl. 21:09 +, skrev Daniel P. Berrange: > On Sat, Mar 08, 2008 at 04:33:32PM +0100, Mads Chr. Olesen wrote: > > I have added a stanza (dev is optional), completely > > equivalent to the stanza. > > This is still forwarding of traffic, so I think we should just use the > exist

Re: [Libvir] Patch for routed virtual networks

2008-03-09 Thread Daniel P. Berrange
On Sat, Mar 08, 2008 at 04:33:32PM +0100, Mads Chr. Olesen wrote: > Greetings! > > The attached patch adds support for having routed virtual networks, in > addition to the masquerading setup possible with the "" > stanza. > > I have added a stanza (dev is optional), completely > equivalent to th

Re: [Libvir] Patch for routed virtual networks

2008-03-08 Thread Mads Chr. Olesen
lør, 08 03 2008 kl. 16:33 +0100, skrev Mads Chr. Olesen: > The attached patch adds support for having routed virtual networks, in > addition to the masquerading setup possible with the "" > stanza. Just found a small error, now it actually compiles. -- Mads Chr. Olesen <[EMAIL PROTECTED]> shiye

[Libvir] Patch for routed virtual networks

2008-03-08 Thread Mads Chr. Olesen
Greetings! The attached patch adds support for having routed virtual networks, in addition to the masquerading setup possible with the "" stanza. I have added a stanza (dev is optional), completely equivalent to the stanza. Summary of changes: * Added stanza to XML parsing/creation * Refact