Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254673
b: refs/heads/master
c: c146066
h: refs/heads/master
i:
  254671: 0a1abd7
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Jul 2, 2011
1 parent 8cdf52e commit 167b4b4
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: 12fdb4d3babcde43834c54dee22a69bb73adbae7
refs/heads/master: c146066ab80267c3305de5dda6a4083f06df9265
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ static int __ip_append_data(struct sock *sk,
cork->length += length;
if (((length > mtu) || (skb && skb_is_gso(skb))) &&
(sk->sk_protocol == IPPROTO_UDP) &&
(rt->dst.dev->features & NETIF_F_UFO)) {
(rt->dst.dev->features & NETIF_F_UFO) && !rt->dst.header_len) {
err = ip_ufo_append_data(sk, queue, getfrag, from, length,
hh_len, fragheaderlen, transhdrlen,
mtu, flags);
Expand Down

0 comments on commit 167b4b4

Please sign in to comment.