* Eduardo Habkost ([EMAIL PROTECTED]) 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 -- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
