diff options
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index e2b8db6b9aef..be3f082a87ed 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
@@ -378,7 +378,7 @@ int ip6_forward(struct sk_buff *skb) | |||
378 | goto drop; | 378 | goto drop; |
379 | } | 379 | } |
380 | 380 | ||
381 | skb->ip_summed = CHECKSUM_NONE; | 381 | skb_forward_csum(skb); |
382 | 382 | ||
383 | /* | 383 | /* |
384 | * We DO NOT make any processing on | 384 | * We DO NOT make any processing on |