Skip to content

Commit

Permalink
fastd with ip link add
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmmoewe committed Aug 29, 2021
1 parent 9d62ded commit 5705c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/fastd/templates/fastd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ on up "
ip link set dev $INTERFACE address {{ ffsh_map_mac }}
ip link set dev $INTERFACE up
ip link set dev br-ffsh up
ip link add dev bat0 type batadv
ip link set dev bat0 up
sh /etc/fastd/ffsh/iptables_ffsh.sh
";
Expand All @@ -50,4 +51,4 @@ on down "
ip link set dev $INTERFACE down
ip link set dev br-ffsh down
ip link set dev bat0 down
";
";

0 comments on commit 5705c76

Please sign in to comment.