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
> 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