[1272] in linux-net channel archive
Re: Netlink Module
daemon@ATHENA.MIT.EDU (Alan Cox)
Sat Oct 28 00:46:46 1995
From: Alan Cox <alan@cymru.net>
To: aleph1@dfw.net (Aleph One)
Date: Fri, 27 Oct 1995 18:56:31 +0100 (BST)
Cc: linux-net@vger.rutgers.edu
In-Reply-To: <Pine.SUN.3.90.951026002030.2168A-100000@dfw.net> from "Aleph One" at Oct 26, 95 00:29:20 am
> what it was and since there is no readme.... Anyway I gather thats a
> new device to experiment with the networking stuff. From what I see
> one could make a new loadable module for some protocol X, attach it
> to one of the minor device numbers. Then a user process can open and read
> and write to this device. Iam assuming this is done so the person
> experimenting with the new protocol does not have to fiddle with the
> socket code.
Correct.
At the moment its used for two things - the netlink route interface allows a
routing daemon (read gated one day) to monitor interface/kernel routing
shifts without continaully scanning /proc/net/route and /proc/net/dev.
The other test use is part of the SKIP authentication package. And you can
find others as you like. It also exports its symbols to modules.
Alan