Skip to content

Commit

Permalink
Merge pull request #222 from freifunkMUC/goligo-wired-tpo
Browse files Browse the repository at this point in the history
Fix TPO for vx_mesh_uplink
  • Loading branch information
goligo authored Nov 15, 2022
2 parents f3ca1eb + 0995f00 commit e97d1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/batman-v-wired-tpo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index 00000000..75888537
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ "$IFNAME" = "vx_mesh_other" ] || [ "$IFNAME" = "mesh-vpn" ]; then
+if [ "$IFNAME" = "vx_mesh_uplink" ] || [ "$IFNAME" = "vx_mesh_other" ] || [ "$IFNAME" = "mesh-vpn" ]; then
+ sleep 3;
+ batctl hardif $IFNAME throughput_override 1000mbit;
+fi

0 comments on commit e97d1d9

Please sign in to comment.