From bc0bd6ac1e89c6e37f9e87afffa662da92941b9b Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 23 Sep 2023 21:20:22 +0000 Subject: [PATCH] Update 'root/etc/init.d/easymesh' --- root/etc/init.d/easymesh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/etc/init.d/easymesh b/root/etc/init.d/easymesh index 58bda02..f29d7ec 100755 --- a/root/etc/init.d/easymesh +++ b/root/etc/init.d/easymesh @@ -158,6 +158,7 @@ set_easymesh() { uci set network.bat0.multicast_mode='1' uci set network.bat0.network_coding='0' uci set network.bat0.orig_interval='1000' + uci set network.bat0.orig_bonding='1' if [ "$role" = "server" ]; then uci set network.bat0.gw_mode='server' @@ -201,8 +202,6 @@ set_easymesh() { uci commit network echo "" > /etc/easymesh - - batctl bonding enable uci set dhcp.lan.ignore='1' # ignore interface for serving DHCP uci -q delete dhcp.lan.ra