Hi Ben

>> Any special reason for that ?
>
> Different sockets need different names?

Maybe I'm misunderstanding something, but as far I have noticed, they
use this unix domain socket to communicate with each other.
ovs-vsctl and ovs-vswitchd connect()'s to <path>/db.sock
while ovsdb-server listen()'s to <path>/ovsdb-server.$PID.ctl as
default. So I had to set

ovsdb-server --remote=punix:<path>/db.sock

to both ovs-vsctl and ovs-vswitchd communicate with ovsdb-server.
That's why I asked, 'cause seems to me that
all three should default to the same unix domain socket file.

Lucas Brasilino
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to