batctl: Add support for hardif settings
authorSven Eckelmann <sven@narfation.org>
Sat, 15 Jun 2019 07:18:51 +0000 (09:18 +0200)
committerSven Eckelmann <sven@narfation.org>
Sat, 15 Jun 2019 07:18:51 +0000 (09:18 +0200)
commiteeea3e980ef2c675702481fd7dc6da1580ced90d
treef3417a796bd36596f2eb5d7b58bec24372c06de5
parent35b886649b7705e70b1bbceb0f491b176e950c9a
batctl: Add support for hardif settings

batctl currently supports settings which are either mesh interface or vlan
specific. But B.A.T.M.A.N. V introduced two additional settings which are
hard (slave) interface specific.

To support these, an additional command prefix called hardif is implemented
for some sysfs commands:

  $ batctl -m bat0 hardif eth0 ..

The usable commands with that are:

* elp_interval
* throughput_override

Signed-off-by: Sven Eckelmann <sven@narfation.org>
batctl/Makefile
batctl/patches/0001-batctl-Make-vlan-setting-explicit.patch [new file with mode: 0644]
batctl/patches/0002-batctl-Integrate-hardif-setting-framework.patch [new file with mode: 0644]
batctl/patches/0003-batctl-Add-elp_interval-setting-command.patch [new file with mode: 0644]
batctl/patches/0004-batctl-Add-throughput_override-setting-command.patch [new file with mode: 0644]