-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipvs: expire quiescent connections after realserver was removed
This is an optimization of pr#574, in which quiescent connections are expired immediately when realserver weight is 0. Unfortunately, it didn't deal with the case where the realserver was removed. The patch fixes the problem by also expiring the connections that are in unavailable status(dp_vs_dest_is_avail returns false). Signed-off-by: ywc689 <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 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