mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
If more then one interface get up/down at once mwan3 could be in a undefined state, because more then one mwan3 hotplug script are running and editing the iptables. Lock the critical section should solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>