[libvirt] Re: [RFC PATCH] Let network bridge MTU to be configured on XML

2008-12-04 Thread Mark McLoughlin
On Thu, 2008-12-04 at 15:42 -0200, Eduardo Habkost wrote: This implementation has an issue: it works when trying to set the MTU below 1500, but the kernel bridge code doesn't let us to set the bridge MTU above 1500 if there is no interface attached to the bridge yet. To allow setting the

[libvirt] Re: [RFC PATCH] Let network bridge MTU to be configured on XML

2008-12-04 Thread Eduardo Habkost
On Thu, Dec 04, 2008 at 05:54:24PM +, Mark McLoughlin wrote: On Thu, 2008-12-04 at 15:42 -0200, Eduardo Habkost wrote: This implementation has an issue: it works when trying to set the MTU below 1500, but the kernel bridge code doesn't let us to set the bridge MTU above 1500 if there

Re: [libvirt] Re: [RFC PATCH] Let network bridge MTU to be configured on XML

2008-12-04 Thread Daniel P. Berrange
On Thu, Dec 04, 2008 at 04:07:04PM -0200, Eduardo Habkost wrote: On Thu, Dec 04, 2008 at 05:54:24PM +, Mark McLoughlin wrote: On Thu, 2008-12-04 at 15:42 -0200, Eduardo Habkost wrote: This implementation has an issue: it works when trying to set the MTU below 1500, but the kernel