diff options
Diffstat (limited to 'roles/install_fastd/templates')
-rw-r--r-- | roles/install_fastd/templates/fastd_up.sh.j2 | 2 |
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 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 |