Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276230
b: refs/heads/master
c: 6b600b2
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Nov 26, 2011
1 parent 914cc8f commit fc1ac14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: df07a94cf50eb73d09bf2350c3fe2598e4cbeee1
refs/heads/master: 6b600b26c0215bf9ed04062ecfacf0bc20e2588c
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,7 @@ static struct dst_entry *ipv4_blackhole_dst_check(struct dst_entry *dst, u32 coo

static unsigned int ipv4_blackhole_default_mtu(const struct dst_entry *dst)
{
return 0;
return dst->dev->mtu;
}

static void ipv4_rt_blackhole_update_pmtu(struct dst_entry *dst, u32 mtu)
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static struct dst_ops ip6_dst_ops_template = {

static unsigned int ip6_blackhole_default_mtu(const struct dst_entry *dst)
{
return 0;
return dst->dev->mtu;
}

static void ip6_rt_blackhole_update_pmtu(struct dst_entry *dst, u32 mtu)
Expand Down

0 comments on commit fc1ac14

Please sign in to comment.