Re: [libvirt] [PATCH] only remove masquerade rules in NAT mode

2009-11-16 Thread Guido Günther
On Sun, Nov 15, 2009 at 11:56:37AM -0500, Cole Robinson wrote: On 11/13/2009 12:18 PM, Guido Günther wrote: On Thu, Nov 05, 2009 at 08:35:20PM +0100, Guido Günther wrote: Hi, attached patch makes sure we only remove the masquerade rules if forwardType == VIR_NETWORK_FORWARD_NAT and not if

Re: [libvirt] [PATCH] only remove masquerade rules in NAT mode

2009-11-15 Thread Cole Robinson
On 11/13/2009 12:18 PM, Guido Günther wrote: On Thu, Nov 05, 2009 at 08:35:20PM +0100, Guido Günther wrote: Hi, attached patch makes sure we only remove the masquerade rules if forwardType == VIR_NETWORK_FORWARD_NAT and not if forwardType == VIR_NETWORK_FORWARD_ROUTE since we don't use them

Re: [libvirt] [PATCH] only remove masquerade rules in NAT mode

2009-11-13 Thread Guido Günther
On Thu, Nov 05, 2009 at 08:35:20PM +0100, Guido Günther wrote: Hi, attached patch makes sure we only remove the masquerade rules if forwardType == VIR_NETWORK_FORWARD_NAT and not if forwardType == VIR_NETWORK_FORWARD_ROUTE since we don't use them there. This fixes:

[libvirt] [PATCH] only remove masquerade rules in NAT mode

2009-11-05 Thread Guido Günther
Hi, attached patch makes sure we only remove the masquerade rules if forwardType == VIR_NETWORK_FORWARD_NAT and not if forwardType == VIR_NETWORK_FORWARD_ROUTE since we don't use them there. This fixes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549949 O.k. to apply? -- Guido From