mwan3: optimize the process of copying routing tables
authorChen Minqiang <redacted>
Mon, 10 Sep 2018 12:07:03 +0000 (20:07 +0800)
committerChen Minqiang <redacted>
Fri, 21 Sep 2018 07:35:39 +0000 (15:35 +0800)
commit6a5836db326abb3c0efe0794fc67dcd7ce1dad15
treecb150bf3df082a3c51c396c2991b32438ac0b362
parent428f65bee80793dfc23f69d73908145d7ce06ec6
mwan3: optimize the process of copying routing tables

 - The original copy process is to delete all routing tables first,
   then add new routing table. This process is too slow and very dirty.
 - We use grep to identify the changes and apply them.
 - ignore ipv6 unreachable routes
 - update version number

Signed-off-by: Chen Minqiang <redacted>
net/mwan3/Makefile
net/mwan3/files/lib/mwan3/mwan3.sh
git clone https://git.99rst.org/PROJECT