1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00

net/mwan3: fix track_ips order

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2017-09-12 16:14:32 +02:00
parent 803f69546e
commit 2cf984c69e

View File

@ -460,7 +460,7 @@ mwan3_track()
mwan3_list_track_ips()
{
track_ips="$1 $track_ips"
track_ips="$track_ips $1"
}
config_list_foreach $1 track_ip mwan3_list_track_ips