On Monday, 1 June 2020 22:35:38 CEST 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. I would prefer not to have "this patch" in all your patches :) Maybe something more like: * why is it needed * what was changed > > Signed-off-by: Linus Lüssing > --- > Makefile | 1 + > README.rst | 7 ++- > if_hop_penalty.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++ Wouldn't it be more consistent to have this in the main hop_penalty file and just add a new COMMAND_NAMED? > man/batctl.8 | 4 ++ > 4 files changed, 124 insertions(+), 1 deletion(-) > create mode 100644 if_hop_penalty.c This is missing the change to parse the per hardif in the `batctl event` monitor command. Kind regards, Sven