From e39216d2189f6a9dc92cf4be10e39def5c1cbf03 Mon Sep 17 00:00:00 2001 From: "Rumen G. Bogdanovski" Date: Wed, 16 Jul 2008 20:04:23 -0700 Subject: [PATCH] --- yaml --- r: 103549 b: refs/heads/master c: 9d3a0de7dc3c1c4456db5ceb92c445bef0a47681 h: refs/heads/master i: 103547: 5fc15621fa0181a020bb4360787a245c798cfbea v: v3 --- [refs] | 2 +- trunk/net/ipv4/ipvs/ip_vs_core.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 781d4a3a74db..f9fb0b73171c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d0236f8f8223ad841f461ea3a635d452d194806b +refs/heads/master: 9d3a0de7dc3c1c4456db5ceb92c445bef0a47681 diff --git a/trunk/net/ipv4/ipvs/ip_vs_core.c b/trunk/net/ipv4/ipvs/ip_vs_core.c index bcf6276ba4b2..a7879eafc3b5 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_core.c +++ b/trunk/net/ipv4/ipvs/ip_vs_core.c @@ -991,7 +991,8 @@ ip_vs_in(unsigned int hooknum, struct sk_buff *skb, == sysctl_ip_vs_sync_threshold[0])) || ((cp->protocol == IPPROTO_TCP) && (cp->old_state != cp->state) && ((cp->state == IP_VS_TCP_S_FIN_WAIT) || - (cp->state == IP_VS_TCP_S_CLOSE))))) + (cp->state == IP_VS_TCP_S_CLOSE_WAIT) || + (cp->state == IP_VS_TCP_S_TIME_WAIT))))) ip_vs_sync_conn(cp); cp->old_state = cp->state;