Thanks, applied to master.
On Mon, Mar 11, 2013 at 06:14:51PM -0700, Ethan Jackson wrote: > Acked-by: Ethan Jackson <[email protected]> > > > > On Tue, Mar 5, 2013 at 4:25 PM, Ben Pfaff <[email protected]> wrote: > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > vswitchd/bridge.c | 3 +-- > > 1 files changed, 1 insertions(+), 2 deletions(-) > > > > diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c > > index ab0ecd6..993e4da 100644 > > --- a/vswitchd/bridge.c > > +++ b/vswitchd/bridge.c > > @@ -1721,8 +1721,7 @@ iface_refresh_status(struct iface *iface) > > > > netdev_features_is_full_duplex(current) > > ? "full" : "half"); > > ovsrec_interface_set_link_speed(iface->cfg, &bps, 1); > > - } > > - else { > > + } else { > > ovsrec_interface_set_duplex(iface->cfg, NULL); > > ovsrec_interface_set_link_speed(iface->cfg, NULL, 0); > > } > > -- > > 1.7.2.5 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > http://openvswitch.org/mailman/listinfo/dev > > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
