Re: [PATCHSET] Mobile IPv6 for 2.5.45

From: Jean Tourrilhes (jt@bougret.hpl.hp.com)
Date: Fri Nov 01 2002 - 20:03:22 EST


David S. Miller wrote :
>
> Why isn't the home agent code being done in userspace? That is
> where it belongs. It's huge.

        6 years ago (an eternity), a friend of mine did a full
implementation of Mobile IPv4 for Linux in user space (url below).
        Of course, it needed some kernel support, such as IP/IP
tunneling, raw sockets, IP forwarding, gratuitous ARP and routing, but
there was no additional code added in the kernel. And this was Home
Agent, Foreign agent, Client and all their friends. And it was
interoprating successfully with other MIP implementations of that
time.

        This was not the final draft of Mobile-IPv4 (they changed it
after that), and Mobile-IPv6 is different (for example, it is much
more integrated with IPsec), so the situation is not exactly the same.
        But in the meantime, the kernel has gained powerful new
facilities, such as tun/tap and netfilters, which make very complex
things possible in user space.
        But I fully aggree that having your code in the kernel is
infinitely more sexy than maintaining some user space package ;-)

        Have fun...

        Jean

The URL :
        http://www.hpl.hp.com/personal/Jean_Tourrilhes/MobileIP/index.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:22 EST