Thanks, pushed to master, branch-1.[3456]. (branch-1.2 doesn't have a set_mtu function.)
On Fri, Mar 02, 2012 at 02:37:19PM -0800, Ethan Jackson wrote: > Looks good. > > Ethan > > On Fri, Mar 2, 2012 at 14:18, Ben Pfaff <[email protected]> wrote: > > Found by inspection. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > lib/netdev.c | 4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/lib/netdev.c b/lib/netdev.c > > index eff6e4c..64dfda5 100644 > > --- a/lib/netdev.c > > +++ b/lib/netdev.c > > @@ -1,5 +1,5 @@ > > /* > > - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. > > + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks. > > * > > * Licensed under the Apache License, Version 2.0 (the "License"); > > * you may not use this file except in compliance with the License. > > @@ -537,7 +537,7 @@ netdev_set_mtu(const struct netdev *netdev, int mtu) > > > > error = class->set_mtu ? class->set_mtu(netdev, mtu) : EOPNOTSUPP; > > if (error && error != EOPNOTSUPP) { > > - VLOG_WARN_RL(&rl, "failed to retrieve MTU for network device %s: > > %s", > > + VLOG_WARN_RL(&rl, "failed to set MTU for network device %s: %s", > > netdev_get_name(netdev), strerror(error)); > > } > > > > -- > > 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
