Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177155
b: refs/heads/master
c: 9abfe31
h: refs/heads/master
i:
  177153: f0ec0ec
  177151: 4efd7d3
v: v3
  • Loading branch information
Xiaotian Feng authored and Patrick McHardy committed Dec 14, 2009
1 parent 701e9a2 commit 75399dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a92263705435d046d37a0990d0edfcb517f7ad3
refs/heads/master: 9abfe315de96aa5c9878b2f627542bc54901c6e9
1 change: 1 addition & 0 deletions trunk/net/netfilter/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,7 @@ 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);
Expand Down

0 comments on commit 75399dd

Please sign in to comment.