diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/ip_forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_forward.c b/net/ipv4/ip_forward.c index 61b30d100676..9cb04df0054b 100644 --- a/net/ipv4/ip_forward.c +++ b/net/ipv4/ip_forward.c | |||
@@ -67,7 +67,7 @@ int ip_forward(struct sk_buff *skb) | |||
67 | if (skb->pkt_type != PACKET_HOST) | 67 | if (skb->pkt_type != PACKET_HOST) |
68 | goto drop; | 68 | goto drop; |
69 | 69 | ||
70 | skb->ip_summed = CHECKSUM_NONE; | 70 | skb_forward_csum(skb); |
71 | 71 | ||
72 | /* | 72 | /* |
73 | * According to the RFC, we must first decrease the TTL field. If | 73 | * According to the RFC, we must first decrease the TTL field. If |