stream-unix: Do not bind a name for client sockets.
authorBen Pfaff <blp@nicira.com>
Mon, 27 Feb 2012 19:13:00 +0000 (11:13 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Mar 2012 00:33:15 +0000 (16:33 -0800)
commit7921b912de1e347f418a116f6d83f802dee655e2
tree99ba30e8433f353c7c5766ee875f00f9d1b28005
parente36d0b530ae6c9082d4a088649a43d84e82e7a41
stream-unix: Do not bind a name for client sockets.

There's no reason for a Unix domain client socket to bind a name.  I don't
know why we've always done that.  Stevens's "Unix Network Programming"
Unix domain socket client example doesn't do a bind.

Removes the 'unlink_path' parameter from new_fd_stream() since it is now
always passed as NULL.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/stream-fd.c
lib/stream-fd.h
lib/stream-tcp.c
lib/stream-unix.c
python/ovs/stream.py