[<prev] [next>] [day] [month] [year] [list]
Message-ID: <522395D2.7080209@redhat.com>
Date: Sun, 01 Sep 2013 15:30:26 -0400
From: Paul Wouters <pwouters@...hat.com>
To: James Morris <jmorris@...ei.org>,
"David S. Miller" <davem@...emloft.net>
CC: netdev@...r.kernel.org
Subject: [PATCH] Fix for loading non-namespace aware ipv4 protocols without
CONFIG_NAMESPACES
Attached is a trivial patch to allow inet_add_protocol on kernels without CONFIG_NAMESPACES to load non-namespace aware (out of kernel) modules.
For IPv6, there is no such check. Some discussion of that can be found in the archive: http://www.spinics.net/lists/netdev/msg225184.html
I'm ambivalent on whether the check should be there (like in ipv4) or not (like in ipv6). But if it is there, it should use the proper #ifdef.
Paul
View attachment "ipv4-protocol-nonamespace.patch" of type "text/x-patch" (842 bytes)
Powered by blists - more mailing lists