tun: There is no longer any need to deny changing network namespaces
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 20 Jan 2009 11:08:46 +0000 (11:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jan 2009 00:00:47 +0000 (16:00 -0800)
commitaec191aa2a04b082238156dc9690fff8ce95dd6b
treec854088cd3c8308a4f83d836ec94cf89d8d9fcd0
parentc70f182940f988448f3c12a209d18b1edc276e33
tun: There is no longer any need to deny changing network namespaces

With the awkward case between free_netdev and dev_chr_close fixed
there is no longer any need to limit tun and tap devices to the
network namespace they were created in.  So remove the
NETIF_F_NETNS_LOCAL flag on the network device.

Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c