[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] Re: [PATCH] bridge: set MTU of tap iface to the same value of the bridge
- From: Chris Wright <chrisw redhat com>
- To: Eduardo Habkost <ehabkost redhat com>
- Cc: libvir-list redhat com
- Subject: [libvirt] Re: [PATCH] bridge: set MTU of tap iface to the same value of the bridge
- Date: Tue, 2 Dec 2008 22:15:51 -0800
* Eduardo Habkost (ehabkost 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]