]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/route.c
ipv6: Remove IPV6_ADDR_RESERVED
[net-next-2.6.git] / net / ipv6 / route.c
index 88c0a5c49ae877d898eeadb537cf0251dc3f4218..b08879e97f22198c6400df2f85a70e377597cce9 100644 (file)
@@ -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;