On Tue, Feb 26, 2013 at 10:28:13PM +0100, Simon Wunderlich wrote:
Hey guys,
As requested, just did a quick test again:
- batctl if add $iface && some OGMS here && batctl if del $iface
--> still works fine
- batctl link add dev bat0 type batadv
--> creates the bat0 interface
- ip link set dev eth0 master bat0
--> no output, no effect
- ip link del dev bat0
--> deletes the bat0 interface
Used: Debian stable (squeeze) with original kernel (linux-iamge-2.6.32-5-686, version 2.6.32-46) batctl (2012.1.0-1) and iproute (20120521-3) from wheezy
So no difference noticed here. :)
I've checked back with iproute package from squeeze (20120521-3):
- "ip link add dev bat0 type batadv" still works
- "ip link set dev eth0 master bat0" throws an error and does nothing:
Error: either "dev" is duplicate, or "master" is a garbage.
so to summarize: it compiles again, batctl works, and ip at least allows to add the bat0 interface but adding interfaces into a softiface using ip doesn't.
Hope that helps! Cheers, Simon
Tested-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
Thank you very much Simon! :) This is what we expected.
Cheers,