[ovs-dev] [PATCH] stream-unix: append ovs_rundir to socket

Ben Pfaff blp at nicira.com
Wed Feb 6 04:53:56 UTC 2013


On Tue, Feb 05, 2013 at 05:07:53PM -0800, Pavithra Ramesh wrote:
> If socket path specified is relative to ovs_rundir(),
> append the directory name to in unix_open.
> 
> Signed-off-by: Pavithra Ramesh <paramesh at vmware.com>

Hi Pavithra, I thought that the goal that we discussed in person was
this: if the path is not absolute (does not begin with "/") then
interpret it relative to ovs_rundir().  This does something quite
different: if the path does not include ovs_rundir(), it adds
ovs_rundir() as a prefix.

Please also read Ethan's comments.



More information about the dev mailing list