Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16235
b: refs/heads/master
c: abbcc73
h: refs/heads/master
i:
  16233: fe0a6ef
  16231: da596a8
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 5, 2006
1 parent 1a601c0 commit 7555286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: a9b305c4e56f97d6a2ae4f21691bc13797498caf
refs/heads/master: abbcc73982445c1457901c7fc1d0d110e7a587e3
5 changes: 1 addition & 4 deletions trunk/net/ipv4/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,8 @@ static unsigned int ip_vs_post_routing(unsigned int hooknum,
{
if (!((*pskb)->ipvs_property))
return NF_ACCEPT;

/* The packet was sent from IPVS, exit this chain */
(*okfn)(*pskb);

return NF_STOLEN;
return NF_STOP;
}

u16 ip_vs_checksum_complete(struct sk_buff *skb, int offset)
Expand Down

0 comments on commit 7555286

Please sign in to comment.