mwan3: improve startup performance; version 2.9.0 13041/head
authorAaron Goodman <aaronjg@stanford.edu>
Sun, 26 Jul 2020 21:21:50 +0000 (17:21 -0400)
committerAaron Goodman <aaronjg@stanford.edu>
Tue, 18 Aug 2020 02:02:36 +0000 (22:02 -0400)
commitc07f5230be128669f7b6731415de26f8176fbf5b
tree324ac482b43fe70a0cce510d6f34685b163f0c7b
parent39f58789e603fd31b763887282fc6b042a4d9d54
mwan3: improve startup performance; version 2.9.0

improve startup and runtime performance by

1) moving common startup procedures out of hotplug script when called
from mwan3 start
2) reducing calls to iptables to check status of rules
3) consolidating iptables updates and updating with iptables-restore
4) do not wait for kill if nothing was killed
5) running interface hotplug scripts in parallel
6) eliminate operations in hotplug script that check status on every
single interface unnecessarily
7) consolidate how mwan3track makes hotplug calls
8) do not restart mwan3track on connected events

This is a significant refactor, but should not result in any breaking
changes or require users to update their configurations.

version bump to 2.9.0

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
net/mwan3/Makefile
net/mwan3/files/etc/hotplug.d/iface/15-mwan3
net/mwan3/files/etc/hotplug.d/iface/16-mwan3-user
net/mwan3/files/etc/init.d/mwan3
net/mwan3/files/lib/mwan3/common.sh
net/mwan3/files/lib/mwan3/mwan3.sh
net/mwan3/files/usr/sbin/mwan3
net/mwan3/files/usr/sbin/mwan3rtmon
net/mwan3/files/usr/sbin/mwan3track