From 36440dcf2ac230be781d9cb72b911552b7c4903b Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sun, 23 Aug 2020 21:12:09 +0200 Subject: use batctl to set hop_penalty --- roles/install_fastd/templates/fastd_up.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/install_fastd/templates/fastd_up.sh.j2') diff --git a/roles/install_fastd/templates/fastd_up.sh.j2 b/roles/install_fastd/templates/fastd_up.sh.j2 index f056445..872e681 100644 --- a/roles/install_fastd/templates/fastd_up.sh.j2 +++ b/roles/install_fastd/templates/fastd_up.sh.j2 @@ -5,7 +5,7 @@ batctl meshif bat{{ item.name }} if add $1 batctl meshif bat{{ item.name }} gw server 1000000/1000000 batctl meshif bat{{ item.name }} it 10000 batctl meshif bat{{ item.name }} mm 1 -echo 64 > /sys/class/net/bat{{ item.name }}/mesh/hop_penalty +batctl meshif bat{{ item.name }} hop_penalty 64 netctl start bat{{ item.name }} systemctl restart dhcpd4.service systemctl restart named.service -- cgit v1.2.3-54-g00ecf