Re: [RFC v4 04/19] batman-adv: Prepare framework for vlan genl config

2019-01-21 Thread Jiri Pirko
Sat, Jan 19, 2019 at 04:56:11PM CET, s...@narfation.org wrote: [...] >+/** >+ * batadv_netlink_vlan_put() - Fill message with vlan attributes >+ * @msg: Netlink message to dump into >+ * @bat_priv: the bat priv with all the soft interface information >+ * @vlan: vlan which was modified >+ * @cmd:

[RFC v4 04/19] batman-adv: Prepare framework for vlan genl config

2019-01-19 Thread Sven Eckelmann
The batman-adv configuration interface was implemented solely using sysfs. This approach was condemned by non-batadv developers as "huge mistake". Instead a netlink/genl based implementation was suggested. Beside the mesh/soft-interface specific configuration, the VLANs on top of the mesh/soft-int