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

Ben Pfaff blp at ovn.org
Wed Feb 3 22:58:28 UTC 2016


On Tue, Feb 02, 2016 at 08:05:36PM -0800, Justin Pettit wrote:
> > On Feb 2, 2016, at 6:13 PM, Ben Pfaff <blp at ovn.org> 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 commit fixes the problem.

...

> Thanks for tracking this down!
> 
> Acked-by: Justin Pettit <jpettit at ovn.org>

Thanks, I applied this to master, branch-2.5, and branch-2.4.



More information about the dev mailing list