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
