mwan3: fix addition of routes to mwan3_connected ipset

Addition of routes to mwan3_connected ipset is broken. The ipset name was
changed from mwan3_connected_v4/6 to mwan3_connected_ipv4/6, but this
change was not reflected in mwan3rtmon.

Signed-off-by: Anna Tikhomirova <vamp@vampik.ru>
* Update commit message
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Anna Tikhomirova 2023-04-28 23:12:37 +03:00 committed by Florian Eckert
parent fd2e20f66b
commit 84b3de9eda
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ mwan3_rtmon_route_handle()
if [ "$route_line" = "$1" ]; then
action="replace"
$IPS -! add mwan3_connected_${route_family##ip} ${route_line%% *}
$IPS -! add mwan3_connected_${route_family} ${route_line%% *}
else
action="del"
mwan3_set_connected_${route_family}