Re: [ovs-dev] [PATCH] stream-unix: append ovs_rundir to socket If socket path specified is relative to ovs_rundir(), append the directory name to in unix_open.

2013-02-07 Thread Ben Pfaff
On Wed, Feb 06, 2013 at 11:28:55AM -0800, Pavithra Ramesh wrote: > Taken care of the memroy leak, used xasprintf instead. > Also included the change in bridge.c to relax the whitelist > check. > > Signed-off-by: Pavithra Ramesh > --- > lib/stream-unix.c | 11 ++- > vswitchd/bridge.c |

[ovs-dev] [PATCH] stream-unix: append ovs_rundir to socket If socket path specified is relative to ovs_rundir(), append the directory name to in unix_open.

2013-02-06 Thread Pavithra Ramesh
Taken care of the memroy leak, used xasprintf instead. Also included the change in bridge.c to relax the whitelist check. Signed-off-by: Pavithra Ramesh --- lib/stream-unix.c | 11 ++- vswitchd/bridge.c |6 -- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/lib/