Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107946
b: refs/heads/master
c: 1ca615f
h: refs/heads/master
v: v3
  • Loading branch information
Rami Rosen authored and David S. Miller committed Aug 6, 2008
1 parent 82e7c21 commit 41f3259
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: 6d273f8d011c351c9603c1dbfeae2c7458edd30d
refs/heads/master: 1ca615fb816ba85dc765209a9b58ab82cc99bce0
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ int ip6_route_add(struct fib6_config *cfg)

if (dst_metric(&rt->u.dst, RTAX_HOPLIMIT) == 0)
rt->u.dst.metrics[RTAX_HOPLIMIT-1] = -1;
if (!dst_metric(&rt->u.dst, RTAX_MTU))
if (!dst_mtu(&rt->u.dst))
rt->u.dst.metrics[RTAX_MTU-1] = ipv6_get_mtu(dev);
if (!dst_metric(&rt->u.dst, RTAX_ADVMSS))
rt->u.dst.metrics[RTAX_ADVMSS-1] = ipv6_advmss(net, dst_mtu(&rt->u.dst));
Expand Down

0 comments on commit 41f3259

Please sign in to comment.