Re: [ovs-dev] [PATCH] bridge: Append the ovs_rundir to socket.

2013-01-22 Thread Ben Pfaff
On Fri, Jan 18, 2013 at 08:09:55PM -0500, Pavithra Ramesh wrote: > If socket path specified in the set-controller command is > relative to ovs_rundir(), append the directory name to target. > > Bug#14029 > Signed-off-by: Pavithra Ramesh This code doesn't own c->target (it belongs to the database

[ovs-dev] [PATCH] bridge: Append the ovs_rundir to socket.

2013-01-18 Thread Pavithra Ramesh
If socket path specified in the set-controller command is relative to ovs_rundir(), append the directory name to target. Bug#14029 Signed-off-by: Pavithra Ramesh --- vswitchd/bridge.c | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/v