Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: add compat support for the new netlink ops

2013-02-26 Thread Simon Wunderlich
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 --

Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: add compat support for the new netlink ops

2013-02-26 Thread Antonio Quartulli
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

Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: add compat support for the new netlink ops

2013-02-26 Thread Marek Lindner
On Wednesday, February 27, 2013 05:28:13 Simon Wunderlich wrote: 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. [..] Tested-by: Simon Wunderlich s...@hrz.tu-chemnitz.de Thanks for

[B.A.T.M.A.N.] [PATCHv2] batman-adv: add compat support for the new netlink ops

2013-02-20 Thread Antonio Quartulli
This patches enable the new rtnl ops to compile on kernels starting from 2.6.32 Signed-off-by: Antonio Quartulli or...@autistici.org --- v2: - do not handle ioctl. just return EOPNOTSUPP compat.h | 21 + 1 file changed, 21 insertions(+) diff --git a/compat.h b/compat.h