projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49e9f70
)
[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Fri, 27 Apr 2007 09:13:39 +0000
(
02:13
-0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Apr 2007 09:13:39 +0000
(
02:13
-0700)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/exthdrs.c
patch
|
blob
|
history
diff --git
a/net/ipv6/exthdrs.c
b/net/ipv6/exthdrs.c
index
4aa7fb0
..
6d8e4ac
100644
(file)
--- a/
net/ipv6/exthdrs.c
+++ b/
net/ipv6/exthdrs.c
@@
-400,6
+400,7
@@
static int ipv6_rthdr_rcv(struct sk_buff **skbp)
switch (hdr->type) {
#ifdef CONFIG_IPV6_MIP6
+ case IPV6_SRCRT_TYPE_2:
break;
#endif
case IPV6_SRCRT_TYPE_0: