As mentioned earlier, the netlink config restructuring in batctl will be splitted in multiple steps. The first step was already merged and the RFC changes for the netlink interface in batman-adv were just posted.
It doesn't make sense to have a full implementation in batctl when the batman-adv part is not yet in a state which survived the RFC phase. But it also is useless to have only the batman-adv RFC part without at least something in userspace. I have now only added the event monitor so it is possible to at least parse the messages from the kernel.
An implementation of the sysfs config helper with netlink support (and sysfs fallback) will be implemented when the RFC phase of the batman-adv part doesn't require any major changes anymore.
v2: * drop of generic config command * reimplementation of the event command
Kind regards, Sven
Sven Eckelmann (1): batctl: Add support for config mcast group in event monitor
batman_adv.h | 188 +++++++++++++++++++++++++++++++++++++++-- event.c | 234 +++++++++++++++++++++++++++++++++++++++++++++++++++ netlink.c | 20 +++++ 3 files changed, 437 insertions(+), 5 deletions(-)