On Thu, Jun 04, 2020 at 09:43:53PM +0200, Linus Lüssing wrote:
This patch extends the hop penalty setting to be configurable not only on a node scope but also on a per hard interface basis.
Signed-off-by: Linus Lüssing linus.luessing@c0d3.blue
README.rst | 7 ++++++- event.c | 4 ++++ hop_penalty.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++ man/batctl.8 | 4 ++++ 4 files changed, 61 insertions(+), 1 deletion(-)
Changelog v2:
* merged if_hop_penalty.c into hop_penalty.c (saved some duplicate code) * added and tested hardif event monitor for the hop penalty attribute