[libvirt] Re: [PATCH] bridge: set MTU of tap iface to the same value of the bridge

Daniel Veillard veillard at redhat.com
Thu Dec 4 14:39:39 UTC 2008


On Wed, Dec 03, 2008 at 11:14:28AM -0200, Eduardo Habkost wrote:
> On Tue, Dec 02, 2008 at 10:15:51PM -0800, Chris Wright wrote:
> > * Eduardo Habkost (ehabkost at redhat.com) wrote:
> > > +static int brSetInterfaceMtu(brControl *ctl,
> > > +                             const char *bridge,
> > > +                             const char *ifname)
> > > +{
> > > +    int mtu = ifGetMtu(ctl, bridge);
> > > +
> > > +    fprintf(stderr, "mtu: %d\n", mtu);
> > 
> > Is that just a bit of leftover debugging?
> 
> Oops. Updated patch below.

  Okidoc, I commited it, I think the errno passing of the potential
errors is sufficient at this point,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list