summaryrefslogtreecommitdiff
path: root/roles/install_fastd/templates/fastd_up.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_fastd/templates/fastd_up.sh.j2')
-rw-r--r--roles/install_fastd/templates/fastd_up.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_fastd/templates/fastd_up.sh.j2 b/roles/install_fastd/templates/fastd_up.sh.j2
index 6ab39b0..7bdf06d 100644
--- a/roles/install_fastd/templates/fastd_up.sh.j2
+++ b/roles/install_fastd/templates/fastd_up.sh.j2
@@ -5,7 +5,7 @@ batctl -m bat{{ item.name }} if add $1
batctl -m bat{{ item.name }} gw server 1000000/1000000
batctl -m bat{{ item.name }} it 10000
batctl -m bat{{ item.name }} mm 1
-echo 64 > /sys/class/net/bat0/mesh/hop_penalty
+echo 64 > /sys/class/net/bat{{ item.name }}/mesh/hop_penalty
netctl start bat{{ item.name }}
systemctl restart dhcpd4.service
systemctl restart named.service