forked from jpirko/libteam
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix end detection when inhibition released (#5)
When inauguration inhibition is released and the inauguration state is not resent, the runner would not correctly take the result from the parasite TOPOLOGY socket into consideration. This resulted in incorrect end aggregate state detection in some cases. This PR aims to resolve the above issue by taking into account both the neighbour detection and the TOPOLOGY frame detection from the parasite socket. Co-authored-by: Daniel Lindqvist <[email protected]>
- Loading branch information
1 parent
3eecdf1
commit 2f1a3d5
Showing
2 changed files
with
3 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# -*- Autoconf -*- | ||
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([libteam], [1.31-wmo4], [[email protected]]) | ||
AC_INIT([libteam], [1.31-wmo5], [[email protected]]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
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