Skip to content
Snippets Groups Projects
Commit 3faefe7c authored by Bob Mottram's avatar Bob Mottram
Browse files

batman tweaks

parent d58c65bf
No related branches found
No related tags found
No related merge requests found
......@@ -253,6 +253,11 @@ function start {
ifconfig "$BRIDGE" up
dhclient "$BRIDGE"
# batman-adv tweaks
if [ -f /sys/class/net/bat0/mesh/orig_interval ]; then
echo "5000" > /sys/class/net/bat0/mesh/orig_interval
fi
enable_mesh_seconary_wifi
enable_mesh_firewall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment