mtu value from open-mesh
This commit is contained in:
parent
f1753babea
commit
3c97b8ba83
|
@ -1803,7 +1803,7 @@ function mesh_batman_bridge {
|
|||
echo ' rfkill unblock $(rfkill list|awk -F: "/phy/ {print $1}") || true' >> $batman_script
|
||||
echo '' >> $batman_script
|
||||
echo ' ifconfig $IFACE down' >> $batman_script
|
||||
echo ' ifconfig $IFACE mtu 1528' >> $batman_script
|
||||
echo ' ifconfig $IFACE mtu 1532' >> $batman_script
|
||||
echo ' iwconfig $IFACE enc off' >> $batman_script
|
||||
echo ' iwconfig $IFACE mode ad-hoc essid $ESSID channel $CHANNEL' >> $batman_script
|
||||
echo ' sleep 1' >> $batman_script
|
||||
|
|
|
@ -205,7 +205,7 @@ function mesh_batman {
|
|||
echo ' rfkill unblock $(rfkill list|awk -F: "/phy/ {print $1}") || true' >> $batman_script
|
||||
echo '' >> $batman_script
|
||||
echo ' ifconfig $IFACE down' >> $batman_script
|
||||
echo ' ifconfig $IFACE mtu 1528' >> $batman_script
|
||||
echo ' ifconfig $IFACE mtu 1532' >> $batman_script
|
||||
echo ' iwconfig $IFACE enc off' >> $batman_script
|
||||
echo ' iwconfig $IFACE mode ad-hoc essid $ESSID channel $CHANNEL' >> $batman_script
|
||||
echo ' sleep 1' >> $batman_script
|
||||
|
|
Loading…
Reference in New Issue