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: Fix controller status update to passive connections
The bug can cause ovs-vswitchd to crash (due to assert) when it is set up with a passive controller connection. Since only active connections are kept, the passive connection status update should be ignored and not trigger asserts. Fixes: 85c5577 ("bridge: Fix controller status update") Reported-by: Josh Bailey <[email protected]> Signed-off-by: Andy Zhou <[email protected]> Acked-by: Joe Stringer <[email protected]>
- Loading branch information
1 parent
5e8bed8
commit 1ea2184
Showing
2 changed files
with
12 additions
and
5 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 |
---|---|---|
|
@@ -390,6 +390,7 @@ Ben Basler [email protected] | |
Bhargava Shastry [email protected] | ||
Bob Ball [email protected] | ||
Brad Hall [email protected] | ||
Brailey Josh [email protected] | ||
Brandon Heller [email protected] | ||
Brendan Kelley [email protected] | ||
Brent Salisbury [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