openwrt-routing/babeld/src
Nick Hainke 15d83eff07 babeld: add add_filter function
You can define filter functions in babeld by:

   in if eth0 metric 128

This commit adds the ubus equivalent to dynamically add filter on
runtime:

  ubus call babeld add_filter '{"ifname":"eth0", "type":"input",
                                "metric":128}'

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit a618159d33)
2022-03-30 12:44:35 +02:00
..
ubus.c babeld: add add_filter function 2022-03-30 12:44:35 +02:00
ubus.h babeld: add add_filter function 2022-03-30 12:44:35 +02:00