From 0e9d895e778b592bc9e823ee2a06e5b15dd638eb Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Thu, 25 Jan 2018 18:10:43 +0100 Subject: added mullvad uplink --- roles/install_babeld/templates/babeld.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/install_babeld/templates') 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 -- cgit v1.2.3-54-g00ecf