b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [RFC v3 0/4] batctl: netlink restructuring, part 3
@ 2018-11-24 20:57 Sven Eckelmann
  2018-11-24 20:57 ` [B.A.T.M.A.N.] [RFC v3 1/4] batctl: Add support for config mcast group in event monitor Sven Eckelmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sven Eckelmann @ 2018-11-24 20:57 UTC (permalink / raw)
  To: b.a.t.m.a.n

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.

The batman-adv weren't directly rejected by Jiro and thus I've started
to convert all settings to netlink while still allowing sysfs as fallback.

v3:
* fix kernel-doc in batman_adv.h
* add three patches to use the netlink interface with the already existing
  setting commands
v2:
* drop of generic config command
* reimplementation of the event command

Sven Eckelmann (4):
  batctl: Add support for config mcast group in event monitor
  batctl: Don't allocate new buffer for vlan parent device
  batctl: Automatically translate vlan to mesh_iface
  batctl: Use netlink as new configuration interface

 aggregation.c           |  45 ++++-
 ap_isolation.c          |  67 ++++++-
 batman_adv.h            | 188 +++++++++++++++++-
 bonding.c               |  45 ++++-
 bridge_loop_avoidance.c |  46 ++++-
 distributed_arp_table.c |  46 ++++-
 event.c                 | 234 ++++++++++++++++++++++
 fragmentation.c         |  45 ++++-
 functions.c             | 160 +++++++++++++---
 functions.h             |  24 ++-
 gateways.c              |  10 +-
 gw_mode.c               | 415 +++++++++++++++++++++++++++++++---------
 isolation_mark.c        | 123 +++++++++++-
 loglevel.c              | 138 ++++++++++---
 main.c                  |  10 +-
 main.h                  |   6 +-
 mcast_flags.c           |  10 +-
 multicast_mode.c        |  45 ++++-
 netlink.c               | 108 ++++++++++-
 netlink.h               |   2 +
 network_coding.c        |  45 ++++-
 orig_interval.c         |  84 +++++++-
 originators.c           |  10 +-
 routing_algo.c          |   1 -
 sys.c                   | 220 ++++++++++++++++-----
 sys.h                   |  26 ++-
 26 files changed, 1897 insertions(+), 256 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-24 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-24 20:57 [B.A.T.M.A.N.] [RFC v3 0/4] batctl: netlink restructuring, part 3 Sven Eckelmann
2018-11-24 20:57 ` [B.A.T.M.A.N.] [RFC v3 1/4] batctl: Add support for config mcast group in event monitor Sven Eckelmann
2018-11-24 20:57 ` [B.A.T.M.A.N.] [RFC v3 2/4] batctl: Don't allocate new buffer for vlan parent device Sven Eckelmann
2018-11-24 20:57 ` [B.A.T.M.A.N.] [RFC v3 3/4] batctl: Automatically translate vlan to mesh_iface Sven Eckelmann
2018-11-24 20:57 ` [B.A.T.M.A.N.] [RFC v3 4/4] batctl: Use netlink as new configuration interface Sven Eckelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).