diff --git a/include/net/dst.h b/include/net/dst.h index bf4442051899a23775cb6fc93752bf09b8ec219b..6f695ef30a310a1921888f7276229fa3e75606c3 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -558,7 +558,7 @@ static inline void skb_tunnel_check_pmtu(struct sk_buff *skb, u32 encap_mtu = dst_mtu(encap_dst); if (skb->len > encap_mtu - headroom) - skb_dst_update_pmtu(skb, encap_mtu - headroom); + skb_dst_update_pmtu_no_confirm(skb, encap_mtu - headroom); } #endif /* _NET_DST_H */