summaryrefslogtreecommitdiff
path: root/roles/install_fastd/templates/fastd_up.sh.j2
blob: 6ab39b0947a5cc0c744efae929a8cd275c587bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
ip link set address {{ item.fastd_mesh_mac }} dev $1
ip link set up dev $1
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
netctl start bat{{ item.name }}
systemctl restart dhcpd4.service
systemctl restart named.service