Re: [ovs-dev] [PATCH] dpif-linux: Fix segfault when a port already exists.

2013-01-16 Thread Gurucharan Shetty
On Wed, Jan 16, 2013 at 3:59 PM, Justin Pettit wrote: > Commit 78a2d59c (dpif-linux.c: Let the kernel pick a port number if one > not requested.) changed the logic for port assignment, but didn't > properly handle some error conditions. An attempt to add a tunnel port > that already exists would

Re: [ovs-dev] [PATCH] dpif-linux: Fix segfault when a port already exists.

2013-01-16 Thread Ben Pfaff
On Wed, Jan 16, 2013 at 03:59:23PM -0800, Justin Pettit wrote: > Commit 78a2d59c (dpif-linux.c: Let the kernel pick a port number if one > not requested.) changed the logic for port assignment, but didn't > properly handle some error conditions. An attempt to add a tunnel port > that already exist