Re: [IPV4] Check mtu instead of frag_list in ip_push_pending_frames
From: "David S. Miller" <davem@davemloft.net> Date: 2005-03-23 20:20:02
On Mon, 21 Mar 2005 21:56:22 +1100
Herbert Xu [off-list ref] wrote:
The fix is similar to what we did in ip_output. Instead of checking
whether frag_list is empty, we check the condition skb->len <= dst_mtu
directly and set the DF bit based on that.