[RFC,v2,0/1] batctl: netlink restructuring, part 3

Message ID 20181123161442.13461-1-sven@narfation.org (mailing list archive)
Headers
Series batctl: netlink restructuring, part 3 |

Message

Sven Eckelmann Nov. 23, 2018, 4:14 p.m. UTC
  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(-)