Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349203
b: refs/heads/master
c: fa1e492
h: refs/heads/master
i:
  349201: ab5a3ee
  349199: 000a44a
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Jan 17, 2013
1 parent 2d26c0a commit 2bdf5fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38d523e2948162776903349c89d65f7b9370dadb
refs/heads/master: fa1e492aa3cbafba9f8fc6d05e5b08a3091daf4a
3 changes: 3 additions & 0 deletions trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,9 @@ static void __ip_rt_update_pmtu(struct rtable *rt, struct flowi4 *fl4, u32 mtu)
struct dst_entry *dst = &rt->dst;
struct fib_result res;

if (dst_metric_locked(dst, RTAX_MTU))
return;

if (dst->dev->mtu < mtu)
return;

Expand Down

0 comments on commit 2bdf5fa

Please sign in to comment.