
3 Dec
2008
3 Dec
'08
1:15 a.m.
* 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