Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20353
b: refs/heads/master
c: 08857fa
h: refs/heads/master
i:
  20351: 090d2ac
v: v3
  • Loading branch information
Yasuyuki Kozakai authored and David S. Miller committed Feb 15, 2006
1 parent a2b9024 commit 8735b96
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7d3cdc6b554137a7a0534ce38b155a63a3117f27
refs/heads/master: 08857fa745ab6ce46601960d2774490e1cef2cff
2 changes: 2 additions & 0 deletions trunk/net/ipv6/netfilter/ip6t_REJECT.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ static void send_reset(struct sk_buff *oldskb)
csum_partial((char *)tcph,
sizeof(struct tcphdr), 0));

nf_ct_attach(nskb, oldskb);

NF_HOOK(PF_INET6, NF_IP6_LOCAL_OUT, nskb, NULL, nskb->dst->dev,
dst_output);
}
Expand Down

0 comments on commit 8735b96

Please sign in to comment.