Re: [ovs-dev] [PATCH] ofproto: Detect and handle errors in ofproto_port_add().

2016-02-03 Thread Ben Pfaff
On Tue, Feb 02, 2016 at 08:05:36PM -0800, Justin Pettit wrote: > > On Feb 2, 2016, at 6:13 PM, Ben Pfaff wrote: > > > > The update_port() function called in ofproto_port_add() can encounter > > errors that prevent a port from being added, but nothing was checking for > > the error and in fact upd

Re: [ovs-dev] [PATCH] ofproto: Detect and handle errors in ofproto_port_add().

2016-02-02 Thread Justin Pettit
> On Feb 2, 2016, at 6:13 PM, Ben Pfaff wrote: > > The update_port() function called in ofproto_port_add() can encounter > errors that prevent a port from being added, but nothing was checking for > the error and in fact update_port() didn't even pass the error along to > its caller. This commi