mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
- 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 <ptpt52@gmail.com>