Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111669
b: refs/heads/master
c: dff630d
h: refs/heads/master
i:
  111667: 8fd722c
v: v3
  • Loading branch information
Simon Horman committed Sep 17, 2008
1 parent 501d0fa commit 6983c86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e691ed68d94ab3047e028736641445b4cf74d67
refs/heads/master: dff630ddad3884b99fae3ad92f5eccbf26618679
3 changes: 2 additions & 1 deletion trunk/net/ipv4/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
if (sysctl_ip_vs_cache_bypass && svc->fwmark && unicast) {
int ret, cs;
struct ip_vs_conn *cp;
union nf_inet_addr daddr = { .all = { 0, 0, 0, 0 } };

ip_vs_service_put(svc);

Expand All @@ -465,7 +466,7 @@ int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb,
cp = ip_vs_conn_new(svc->af, iph.protocol,
&iph.saddr, pptr[0],
&iph.daddr, pptr[1],
0, 0,
&daddr, 0,
IP_VS_CONN_F_BYPASS,
NULL);
if (cp == NULL)
Expand Down

0 comments on commit 6983c86

Please sign in to comment.