forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
1 parent
e71336c
commit 329e346
Showing
2 changed files
with
44 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ Mehak Mahajan [email protected] | |
Natasha Gude [email protected] | ||
Neil McKee [email protected] | ||
Paul Fazzone [email protected] | ||
Pavithra Ramesh [email protected] | ||
Philippe Jung [email protected] | ||
Pravin B Shelar [email protected] | ||
Raju Subramanian [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters