batman-adv: Suppress debugfs entries for netns's
authorAndrew Lunn <andrew@lunn.ch>
Sun, 3 Jul 2016 11:31:34 +0000 (13:31 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 9 Aug 2016 05:54:35 +0000 (07:54 +0200)
commit94969208c8c7f3dd06c0e5e61155077b573d5d5f
tree89c6b26ef6947976a857b9c731a532a8aba69268
parent275019d2f00ed93e800f505a7b6f9e8ecf396898
batman-adv: Suppress debugfs entries for netns's

Debugfs is not netns aware. It thus has problems when the same
interface name exists in multiple network name spaces.

Work around this by not creating entries for interfaces in name spaces
other than the default name space. This means meshes in network
namespaces cannot be managed via debugfs, but there will soon be a
netlink interface which is netns aware.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
net/batman-adv/debugfs.c