Hello, Let me introduce Mobile IPv6(RFC3775) patch and its outline.
We USAGI project and HUT Go/Core project have developed for Mobile IPv6(MIPv6) stack on 2.6 tree as MIPL2 for several years. Our aim is to make kernel patch smaller (than MIPL1 which is for 2.4 kernel). We find out we have 4 categories for the patch: 1. IPv6 policy routing 2. IPsec MIGRATE 3. Advanced XFRM for Correspondent Node(CN) 4. MISC 3, 4 are MIPv6 specific feature but 1, 2 are not. It can be discussed in parallel about 1, 2, 3 because they don't depend on others. 1. IPv6 policy routing Thomas and Yoshifuji have already started to discuss and work for it. This is required by Mobile Node(MN) and used by Home Agent(HA). 2. IPsec MIGRATE This is an interface to update IPsec end-point address of SAD/SPD. (there is an IETF draft: draft-sugimoto-mip6-pfkey-migrate-XX) This is required by MN and HA to use IPsec tunnel. 3. Advanced XFRM for CN "Route optimization" defined MIPv6 specification is designed as XFRM extension. IPv6 extension headers handling is included, too. This feature is required by all MIPv6 nodes(CN, MN, HA) then it can be said MIPv6 platform. 4. MISC This is a set of small patches but works with the above categories since they are finally confirmed as the MIPv6 node behavior; e.g. home addressing for MN, proxy forwarding for HA. At first I'll send patches about category "3" very soon, just for review. Can you check them? Thanks, -- Masahide NAKAMURA - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html