|
|
Log in / Subscribe / Register

netns: IPv4 multicast routing per-namespace

From:  Benjamin Thery <benjamin.thery@bull.net>
To:  Dave Miller <davem@davemloft.net>
Subject:  [PATCH 0/9] netns: IPv4 multicast routing per-namespace
Date:  Thu, 22 Jan 2009 15:56:14 +0100
Message-ID:  <20090122145614.925445566@theryb.frec.bull.fr>
Cc:  netdev <netdev@vger.kernel.org>, Benjamin Thery <benjamin.thery@bull.net>
Archive‑link:  Article

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds