Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253389
b: refs/heads/master
c: d9be76f
h: refs/heads/master
i:
  253387: 970c3ca
v: v3
  • Loading branch information
Julian Anastasov authored and Pablo Neira Ayuso committed Jun 5, 2011
1 parent 6fdbaf3 commit ddd07d7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b48e3c5c323fea08c12a340cbb8dcc8ca2431d5b
refs/heads/master: d9be76f38526dccf84062e3ac3ed3a6a97698565
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/nf_nat_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static void nf_nat_csum(struct sk_buff *skb, const struct iphdr *iph, void *data

if (skb->ip_summed != CHECKSUM_PARTIAL) {
if (!(rt->rt_flags & RTCF_LOCAL) &&
skb->dev->features & NETIF_F_V4_CSUM) {
(!skb->dev || skb->dev->features & NETIF_F_V4_CSUM)) {
skb->ip_summed = CHECKSUM_PARTIAL;
skb->csum_start = skb_headroom(skb) +
skb_network_offset(skb) +
Expand Down

0 comments on commit ddd07d7

Please sign in to comment.