[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090122145614.925445566@theryb.frec.bull.fr>
Date: Thu, 22 Jan 2009 15:56:14 +0100
From: Benjamin Thery <benjamin.thery@...l.net>
To: Dave Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>,
Benjamin Thery <benjamin.thery@...l.net>
Subject: [PATCH 0/9] netns: IPv4 multicast routing per-namespace
This patchset introduces the support for network namespaces in IPv4
multicast routing code (net/ipv4/ipmr.c).
The structure of this patchset is similar to the "IPv6 multicast routing
per namespace" patchset merged previously into 2.6.29.
The first patches in the series moves global data from ipmr.c into
struct netns_ipv4 to prepare netns support. Data are still referenced in
init_net only. One of these patches makes the related /proc entries
per-namespace.
The last patch does the main job and enables the network namespace support
by replacing all the init_net references with the proper net retrieved
from sockets or net devices.
The patchset applies on top of net-next-2.6
Regards,
Benjamin
--
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