aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2004-07-29 20:07:10 +0900
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2004-07-29 20:07:10 +0900
commit94829b2cbe8b84f403306ee909418d9112cff832 (patch)
tree8d2b541d7d98a66a9cc5374f5553b9933cf00b7d /net
parentc18f65d787671616f56f720b1e0c359d88593155 (diff)
downloadhistory-94829b2cbe8b84f403306ee909418d9112cff832.tar.gz
[IPV6] add missing known icmpv6 types.
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/icmp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
index 739b490531560c..4faafff32e7bc7 100644
--- a/net/ipv6/icmp.c
+++ b/net/ipv6/icmp.c
@@ -646,7 +646,13 @@ static int icmpv6_rcv(struct sk_buff **pskb, unsigned int *nhoffp)
break;
case ICMPV6_MGM_REDUCTION:
+ case ICMPV6_NI_QUERY:
+ case ICMPV6_NI_REPLY:
case ICMPV6_MLD2_REPORT:
+ case ICMPV6_DHAAD_REQUEST:
+ case ICMPV6_DHAAD_REPLY:
+ case ICMPV6_MOBILE_PREFIX_SOL:
+ case ICMPV6_MOBILE_PREFIX_ADV:
break;
default: