On Wednesday, February 27, 2013 18:27:51 Antonio Quartulli wrote:
On Wed, Feb 27, 2013 at 06:21:18PM +0800, Marek Lindner wrote:
On Wednesday, February 27, 2013 18:09:48 Marek Lindner wrote:
On Saturday, February 16, 2013 21:42:40 Antonio Quartulli wrote:
Now that the new dev_upper API is used, the private check for enslaving loops is not needed anymore as this is performed by the new API itself.
Are you sure ? Isn't the following supposed to fail:
$ batctl if add eth0 $ vconfig add bat0 5 $ batctl if add bat0.5
$ batctl if
eth0: active bat0.5: active
Without your patch this is what happens:
$ batctl if add eth0 $ vconfig add bat0 5 $ batctl if add bat0.5
Error - interface type not supported by batman-adv: bat0.5
Are you testing this with < linux-3.9/net-next ? We need some compat stuff as if we want to remove this check and keep the behaviour on old kernels.
I am not running net-next. This is on linux 3.3.8.
Cheers, Marek