[Devel] Re: [PATCH net-2.6.26 1/3][TUN][NETNS]: Introduce the tun_net structure.

David Miller davem at davemloft.net
Thu Apr 10 03:29:21 PDT 2008


From: Pavel Emelyanov <xemul at openvz.org>
Date: Wed, 02 Apr 2008 17:50:21 +0400

> This is the first step in making tuntap devices work in net 
> namespaces. The structure mentioned is pointed by struct net 
> and tun driver will fill this one on load. It will contain only 
> the tun devices list.
> 
> So declare this structure and introduce net init and exit hooks.
> 
> Signed-off-by: Pavel Emelyanov <xemul at openvz.org>

I don't want struct net to become a dumping ground for
everything and anything that is networking and might
want to be namespace aware.

We are at the point where some kind of dynamic registry
is in order, don't you think?

I'm dropping these patches for now.




More information about the Devel mailing list