[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5125002D.9080008@genband.com>
Date: Wed, 20 Feb 2013 10:56:13 -0600
From: Chris Friesen <chris.friesen@...band.com>
To: netdev <netdev@...r.kernel.org>
Subject: why is it not allowed to add a new socket protocol family as an external
module?
Hi,
I was just wondering why the kernel doesn't allow a new network protocol
family to be loaded as as a kernel module built outside the kernel
source tree.
Most of the networking code would seem to allow this, but the check for
"if (ops->family >= NPROTO)" in sock_register() means that only protocol
families defined in socket.h can be registered.
Was this intentional for ideological reasons, or has nobody wanted to be
able to add arbitrary network protocols without patching the kernel and
rebuilding?
Thanks,
Chris
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists