bridge: Remove restriction on socket name.
authorPavithra Ramesh <paramesh@vmware.com>
Tue, 15 Jan 2013 20:23:46 +0000 (12:23 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Jan 2013 19:50:40 +0000 (11:50 -0800)
commit329e34620e89e9d0712a143078eed74b9e2aa3b7
treed89da32027cbe7d401aa8687a39379cc73affab4
parente71336c383e20d412a990ff22fe501d42a2a84c7
bridge: Remove restriction on socket name.

Following patch removes restriction on the listening socket name that gets
configured as bridge controller. Currently, we only connect to sockets in a
specific directory with the name of the bridge. This patch removes the
restriction on the bridge name, keeping the directory restriction.

Bug #14029.
Signed-off-by: Pavithra Ramesh <paramesh@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
vswitchd/bridge.c