Loading net/ipv6/icmp.c +2 −2 Original line number Diff line number Diff line Loading @@ -777,12 +777,12 @@ static int icmpv6_rcv(struct sk_buff *skb) break; default: LIMIT_NETDEBUG(KERN_DEBUG "icmpv6: msg of unknown type\n"); /* informational */ if (type & ICMPV6_INFOMSG_MASK) break; LIMIT_NETDEBUG(KERN_DEBUG "icmpv6: msg of unknown type\n"); /* * error of unknown type. * must pass to upper level Loading Loading
net/ipv6/icmp.c +2 −2 Original line number Diff line number Diff line Loading @@ -777,12 +777,12 @@ static int icmpv6_rcv(struct sk_buff *skb) break; default: LIMIT_NETDEBUG(KERN_DEBUG "icmpv6: msg of unknown type\n"); /* informational */ if (type & ICMPV6_INFOMSG_MASK) break; LIMIT_NETDEBUG(KERN_DEBUG "icmpv6: msg of unknown type\n"); /* * error of unknown type. * must pass to upper level Loading