On Sun, Jun 06, 2010 at 09:28:14PM +0200, Sven Eckelmann wrote:
batctl uses /dev/batman-adv to send special batman-adv icmp packets to other nodes in the mesh. To get it working with multiple batX devices we must ensure that every mesh device can have their own socket which is used to inject those packets in exactly one mesh.
The current implementation still doesn't allow to use complete separated meshes as we rely on structures which are not part of the private data of a batman device.
Signed-off-by: Sven Eckelmann sven.eckelmann@gmx.de
This patch doesn't apply, I get the following error: patching file drivers/staging/batman-adv/Makefile patching file drivers/staging/batman-adv/bat_debugfs.c patching file drivers/staging/batman-adv/bat_debugfs.h patching file drivers/staging/batman-adv/device.c Reversed (or previously applied) patch detected! Assume -R? [n] ^C
Any ideas?
thanks,
greg k-h