Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2424
b: refs/heads/master
c: e3be8ba
h: refs/heads/master
v: v3
  • Loading branch information
Keir Fraser authored and David S. Miller committed Jun 21, 2005
1 parent e41bcfa commit 901926e
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: 97216c799a6496163be8c81c9ceed297d92956c5
refs/heads/master: e3be8ba79294df5de96692411e122506b40c5aa4
1 change: 1 addition & 0 deletions trunk/net/ipv4/netfilter/ip_conntrack_proto_udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ static int udp_error(struct sk_buff *skb, enum ip_conntrack_info *ctinfo,
* and moreover root might send raw packets.
* FIXME: Source route IP option packets --RR */
if (hooknum == NF_IP_PRE_ROUTING
&& skb->ip_summed != CHECKSUM_UNNECESSARY
&& csum_tcpudp_magic(iph->saddr, iph->daddr, udplen, IPPROTO_UDP,
skb->ip_summed == CHECKSUM_HW ? skb->csum
: skb_checksum(skb, iph->ihl*4, udplen, 0))) {
Expand Down

0 comments on commit 901926e

Please sign in to comment.