summaryrefslogtreecommitdiff
path: root/roles/install_babeld/templates/babeld.conf.j2
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2018-01-25 19:49:29 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2018-01-25 19:49:29 +0100
commit03eb642632602a52c91f982796ee4756ada92aa8 (patch)
tree8ac9c5930e20b43a94a69266b828b4a173ea2bac /roles/install_babeld/templates/babeld.conf.j2
parentfb0ce938dc81bcb53a2fbadfe6c0074d4b05c7fd (diff)
babel mullvad_uplink fix
Diffstat (limited to 'roles/install_babeld/templates/babeld.conf.j2')
-rw-r--r--roles/install_babeld/templates/babeld.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/install_babeld/templates/babeld.conf.j2 b/roles/install_babeld/templates/babeld.conf.j2
index cd919fd..7b436da 100644
--- a/roles/install_babeld/templates/babeld.conf.j2
+++ b/roles/install_babeld/templates/babeld.conf.j2
@@ -9,6 +9,9 @@ ipv6-subtrees true
{% for peer in groups['ffrl_uplink'] %}
interface bb{{ hostvars[peer]['wireguard_bb_name'] }}
{% endfor %}
+{% for peer in groups['mullvad_uplink'] %}
+interface bb{{ hostvars[peer]['wireguard_bb_name'] }}
+{% endfor %}
{% endif %}
{% if 'mullvad_uplink' in group_names %}
{% for peer in groups['fastd'] %}