|
@@ -1873,7 +1873,7 @@ static int ip6_pkt_drop(struct sk_buff *skb, u8 code, int ipstats_mib_noroutes)
|
|
|
switch (ipstats_mib_noroutes) {
|
|
|
case IPSTATS_MIB_INNOROUTES:
|
|
|
type = ipv6_addr_type(&ipv6_hdr(skb)->daddr);
|
|
|
- if (type == IPV6_ADDR_ANY || type == IPV6_ADDR_RESERVED) {
|
|
|
+ if (type == IPV6_ADDR_ANY) {
|
|
|
IP6_INC_STATS(dev_net(dst->dev), ip6_dst_idev(dst),
|
|
|
IPSTATS_MIB_INADDRERRORS);
|
|
|
break;
|