summaryrefslogtreecommitdiff
path: root/roles/install_babeld/templates/babeld.conf.j2
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2018-01-25 18:10:43 +0100
committerNiklas Yann Wettengel <niyawe@niyawe.de>2018-01-25 18:10:43 +0100
commit0e9d895e778b592bc9e823ee2a06e5b15dd638eb (patch)
treec7eddf992b12ae5fdf01003bd75b90fe244ff35e /roles/install_babeld/templates/babeld.conf.j2
parent99dddff8625388641b9dd84b0e87a55f5c13bc82 (diff)
added mullvad uplink
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 a675fd6..4a471dc 100644
--- a/roles/install_babeld/templates/babeld.conf.j2
+++ b/roles/install_babeld/templates/babeld.conf.j2
@@ -50,6 +50,9 @@ import-table 42
#in ip 2001:db8:cafe:cafe::/64 allow
#in deny
+{% if 'mullvad_uplink' in group_names %}
+redistribute if mullvad metric 128
+{% endif %}
{% if 'ffrl_uplink' in group_names %}
{% for peer in ffrl_peers %}
redistribute if {{ peer.name }} metric 128