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

Chris Wright chrisw at redhat.com
Wed Dec 3 06:15:51 UTC 2008


* 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?

Other than that, looks good to me.

ACK




More information about the libvir-list mailing list