mwan3: remove unused variable complained by shellcheck
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
0ed7524f81
commit
644d9a25df
1 changed files with 0 additions and 4 deletions
|
@ -1146,8 +1146,6 @@ mwan3_report_policies_v6()
|
||||||
|
|
||||||
mwan3_report_connected_v4()
|
mwan3_report_connected_v4()
|
||||||
{
|
{
|
||||||
local address
|
|
||||||
|
|
||||||
if [ -n "$($IPT4 -S mwan3_connected 2> /dev/null)" ]; then
|
if [ -n "$($IPT4 -S mwan3_connected 2> /dev/null)" ]; then
|
||||||
$IPS -o save list mwan3_connected_v4 | grep add | cut -d " " -f 3
|
$IPS -o save list mwan3_connected_v4 | grep add | cut -d " " -f 3
|
||||||
fi
|
fi
|
||||||
|
@ -1155,8 +1153,6 @@ mwan3_report_connected_v4()
|
||||||
|
|
||||||
mwan3_report_connected_v6()
|
mwan3_report_connected_v6()
|
||||||
{
|
{
|
||||||
local address
|
|
||||||
|
|
||||||
if [ -n "$($IPT6 -S mwan3_connected 2> /dev/null)" ]; then
|
if [ -n "$($IPT6 -S mwan3_connected 2> /dev/null)" ]; then
|
||||||
$IPS -o save list mwan3_connected_v6 | grep add | cut -d " " -f 3
|
$IPS -o save list mwan3_connected_v6 | grep add | cut -d " " -f 3
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue