Re: Router Discovery Messages

Matti Aarnio (matti.aarnio@zmailer.org)
Wed, 6 Feb 2002 16:36:33 +0200


On Wed, Feb 06, 2002 at 04:37:21PM +0530, Shiva Raman Pandey wrote:
> Can any body tell me, whether the ICMP Router Discovery Messages (RFC 1256)
> are implemented in Linux kernel code of version 2.2.14 or 2.4.9 or not?
> If yes then in which .c file(s) and .h(files) ?

It is not supported in kernel.
It is alike BOOTP/DHCP client, fully implementable in usermode process.

To be exact, RFC 1256 predates BOOTP, which was created to solve this
same problem, plus a bunch of other issues. The DHCP is just refinement
of BOOTP.

> Regards
> Shiva

/Matti Aarnio
-
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/