projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e52b33
)
ipv6: Fix types of ip6_update_pmtu().
author
David S. Miller
<davem@davemloft.net>
Sat, 16 Jun 2012 03:01:57 +0000
(20:01 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 16 Jun 2012 03:01:57 +0000
(20:01 -0700)
The mtu should be a __be32, not the mark.
Reported-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c
patch
|
blob
|
history
diff --git
a/net/ipv6/route.c
b/net/ipv6/route.c
index c7ccc36ba63ed27bf3286fc27eeefeb6d0ac7168..1c279fe2c9b41f7ecd65fa55aa541d9e92a5f6d7 100644
(file)
--- a/
net/ipv6/route.c
+++ b/
net/ipv6/route.c
@@
-1065,8
+1065,8
@@
static void ip6_rt_update_pmtu(struct dst_entry *dst, u32 mtu)
}
}
-void ip6_update_pmtu(struct sk_buff *skb, struct net *net,
u
32 mtu,
- int oif,
__be
32 mark)
+void ip6_update_pmtu(struct sk_buff *skb, struct net *net,
__be
32 mtu,
+ int oif,
u
32 mark)
{
const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
struct dst_entry *dst;