summaryrefslogtreecommitdiff
path: root/roles/install_wireguard_mesh/templates/down.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/install_wireguard_mesh/templates/down.sh.j2')
-rw-r--r--roles/install_wireguard_mesh/templates/down.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_wireguard_mesh/templates/down.sh.j2 b/roles/install_wireguard_mesh/templates/down.sh.j2
index 7782f0d..85489b5 100644
--- a/roles/install_wireguard_mesh/templates/down.sh.j2
+++ b/roles/install_wireguard_mesh/templates/down.sh.j2
@@ -1,7 +1,7 @@
#!/bin/bash
{% for host in groups['fastd'] %}
{% for site in hostvars[host]['sites'] if site.name == item.name and site.wireguard_mesh_number != item.wireguard_mesh_number %}
-batctl bat{{ item.name }} if del mesh{{ item.name }}{{ site.wireguard_mesh_number }}
+batctl meshif bat{{ item.name }} if del mesh{{ item.name }}{{ site.wireguard_mesh_number }}
ip link set down dev mesh{{ item.name }}{{ site.wireguard_mesh_number }}
ip link del mesh{{ item.name }}{{ site.wireguard_mesh_number }} type ip6gretap
{% endfor %}