On Wed, Jan 20, 2016 at 06:48:26PM +0100, Andrew Lunn wrote:
This patchset makes batman-adv network namespace aware. A soft interface can be creates in a namespace and hard interfaces added to it. soft interfaces cannot be moved between name spaces.
The biggest change is to debugfs, which is not natively netns aware, unlike sysfs which is. A new netns directory has been added and within that, a directory per network name space which batman is used within. The changes are backwards compatible, in that interfaces in the global namespace are not placed into a subdirectory.
Andrew,
I guess that after this patchset gets applied we need to change batctl and provide some "netns" argument similar to ip ?