]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/ip6_output.c
[IPV6] MIP6: Loadable module support for MIPv6.
[net-next-2.6.git] / net / ipv6 / ip6_output.c
index 4704b5fc3085b9f8dab20bd5d1d36ea0b2d062a3..31dafaf0b652d7fc1ff965a092884bb43748d1fe 100644 (file)
@@ -543,7 +543,7 @@ int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr)
                        found_rhdr = 1;
                        break;
                case NEXTHDR_DEST:
-#ifdef CONFIG_IPV6_MIP6
+#if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
                        if (ipv6_find_tlv(skb, offset, IPV6_TLV_HAO) >= 0)
                                break;
 #endif