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:
parent
fd2e20f66b
commit
84b3de9eda
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue