commit | aec191aa2a04b082238156dc9690fff8ce95dd6b | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Jan 20 11:08:46 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 21 16:00:47 2009 -0800 |
tree | c854088cd3c8308a4f83d836ec94cf89d8d9fcd0 | |
parent | c70f182940f988448f3c12a209d18b1edc276e33 [diff] |
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>