batman-adv: Switch proto scripts to new prefixes
authorSven Eckelmann <sven@narfation.org>
Thu, 1 Aug 2019 14:22:00 +0000 (16:22 +0200)
committerSven Eckelmann <sven@narfation.org>
Thu, 1 Aug 2019 15:45:46 +0000 (17:45 +0200)
commit34b730e6aba5cbbe35c0facee59158de70706f17
tree46c779e7b9d966c5021b0b5ccea8f88631533901
parenta03d1985166efd91164ae95b5dfed20e59739b66
batman-adv: Switch proto scripts to new prefixes

The '-m' option to select the mesh interface or vlan interfaces was
replaced with device type specific subcommand prefixes:

* meshif <netdev>
* vlan <vdev>
* meshif <netdev> vid <vid>
* hardif <netdev>

This change should also be made in the proto script to allow batctl to drop
the support of '-m' completely in the future.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
batman-adv/Makefile
batman-adv/files/lib/netifd/proto/batadv.sh
batman-adv/files/lib/netifd/proto/batadv_hardif.sh
batman-adv/files/lib/netifd/proto/batadv_vlan.sh